MCPcopy
hub / github.com/socketio/socket.io / volatile

Function volatile

packages/socket.io-redis-streams-emitter/lib/index.ts:89–91  ·  view source on GitHub ↗

* Sets a modifier for a subsequent event emission that the event data may be lost if the client is not ready to * receive messages (because of network slowness or other issues, or because they’re connected through long polling * and is in the middle of a request-response cycle). * * @ret

()

Source from the content-addressed store, hash-verified

87 * @public
88 */
89 public get volatile(): BroadcastOperator<EmitEvents, ServerSideEvents> {
90 return this.newBroadcastOperator().volatile;
91 }
92
93 /**
94 * Sets the compress flag.

Callers

nothing calls this directly

Calls 1

newBroadcastOperatorMethod · 0.80

Tested by

no test coverage detected