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

Method close

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

Forcefully closes this WebSocket. Immediately calls the close handler. * No WebSocket close message is sent.

()

Source from the content-addressed store, hash-verified

68 * No WebSocket close message is sent.
69 */
70 close() : void;
71
72 /** Sends a ping control message. Returns sendStatus similar to WebSocket.send (regarding backpressure). This helper function correlates to WebSocket::send(message, uWS::OpCode::PING, ...) in C++. */
73 ping(message?: RecognizedString) : number;

Callers 15

logsOutFunction · 0.65
endTestFunction · 0.65
logsOutFunction · 0.65
endTestFunction · 0.65
pluginsShutdownMethod · 0.65
handlerShutdownMethod · 0.65
serviceShutdownMethod · 0.65
loggerShutdownMethod · 0.65
onSocketWrapperClosedMethod · 0.65
closeMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected