* Disconnect from TestConnector.
()
| 106 | * Disconnect from TestConnector. |
| 107 | */ |
| 108 | disconnect () { |
| 109 | this.receiving = new Map() |
| 110 | this.tc.onlineConns.delete(this) |
| 111 | } |
| 112 | |
| 113 | /** |
| 114 | * Append yourself to the list of known Y instances in testconnector. |
no test coverage detected