Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/socketio/socket.io
/ #doConnect
Method
#doConnect
examples/basic-websocket-client/src/index.js:199–201 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
197
}
198
199
#doConnect() {
200
this.#sendPacket({
type
: SIOPacketType.CONNECT });
201
}
202
203
emit(...args) {
204
const
packet = {
Callers
1
#onOpen
Method · 0.95
Calls
1
#sendPacket
Method · 0.95
Tested by
no test coverage detected