MCPcopy Create free account
hub / github.com/SocketCluster/socketcluster / close

Method close

app/public/socketcluster-client.js:2198–2200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2196 }
2197
2198 close() {
2199 this.client.closeChannel(this.name);
2200 }
2201
2202 kill() {
2203 this.client.killChannel(this.name);

Callers 3

AGTransportFunction · 0.45
closeAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected