MCPcopy
hub / github.com/deepstreamIO/deepstream.io / unsubscribe

Method unsubscribe

types/uws.d.ts:79–79  ·  view source on GitHub ↗

Unsubscribe from a topic. Returns true on success, if the WebSocket was subscribed.

(topic: RecognizedString)

Source from the content-addressed store, hash-verified

77
78 /** Unsubscribe from a topic. Returns true on success, if the WebSocket was subscribed. */
79 unsubscribe(topic: RecognizedString) : boolean;
80
81 /** Returns whether this websocket is subscribed to topic. */
82 isSubscribed(topic: RecognizedString) : boolean;

Callers 15

endTestFunction · 0.65
unsubscribeFunction · 0.65
unsubscribeFunction · 0.65
unsubscribeFromPathFunction · 0.65
unsubscribesFunction · 0.65
presence-steps.tsFile · 0.65
endTestFunction · 0.65
unsubscribeFunction · 0.65
unsubscribeFunction · 0.65
unsubscribeFromPathFunction · 0.65
unsubscribesFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected