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

Interface SocketDetails

lib/broadcast-operator.ts:461–466  ·  view source on GitHub ↗

* Format of the data when the Socket instance exists on another Socket.IO server

Source from the content-addressed store, hash-verified

459 * Format of the data when the Socket instance exists on another Socket.IO server
460 */
461interface SocketDetails<SocketData> {
462 id: SocketId;
463 handshake: Handshake;
464 rooms: Room[];
465 data: SocketData;
466}
467
468/**
469 * Expose of subset of the attributes and methods of the Socket class

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected