MCPcopy
hub / github.com/socketio/socket.io / disconnect

Method disconnect

packages/socket.io-client/lib/manager.ts:544–546  ·  view source on GitHub ↗

* Alias for close() * * @private

()

Source from the content-addressed store, hash-verified

542 * @private
543 */
544 private disconnect(): void {
545 return this._close();
546 }
547
548 /**
549 * Called when:

Callers

nothing calls this directly

Calls 1

_closeMethod · 0.95

Tested by

no test coverage detected