MCPcopy Create free account
hub / github.com/CommE2E/comm / onSuccessfulConnection

Method onSuccessfulConnection

keyserver/src/socket/socket.js:671–676  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

669 }
670
671 onSuccessfulConnection() {
672 if (this.ws.readyState !== 1) {
673 return;
674 }
675 this.handleStateCheckConditionsUpdate();
676 }
677
678 // The Socket will timeout by calling this.ws.terminate()
679 // serverRequestSocketTimeout milliseconds after the last

Callers 1

SocketClass · 0.95

Tested by

no test coverage detected