Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SocketCluster/socketcluster
/ killAll
Method
killAll
app/public/socketcluster-client.js:7661–7663 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
7659
}
7660
7661
killAll(value) {
7662
this._mainStream.kill(value);
7663
}
7664
7665
killConsumer(consumerId, value) {
7666
this._mainStream.killConsumer(consumerId, value);
Callers
1
socketcluster-client.js
File · 0.80
Calls
1
kill
Method · 0.45
Tested by
no test coverage detected