* Close the current socket. * * @private
()
| 530 | * @private |
| 531 | */ |
| 532 | _close(): void { |
| 533 | debug("disconnect"); |
| 534 | this.skipReconnect = true; |
| 535 | this._reconnecting = false; |
| 536 | this.onclose("forced close"); |
| 537 | } |
| 538 | |
| 539 | /** |
| 540 | * Alias for close() |
no test coverage detected