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

Method createConsumer

app/public/socketcluster-client.js:2190–2192  ·  view source on GitHub ↗
(timeout)

Source from the content-addressed store, hash-verified

2188 }
2189
2190 createConsumer(timeout) {
2191 return this._dataStream.createConsumer(timeout);
2192 }
2193
2194 listener(eventName) {
2195 return this._eventDemux.stream(`${this.name}/${eventName}`);

Callers 3

createConsumerMethod · 0.45
createConsumerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected