MCPcopy Create free account
hub / github.com/miguelgrinberg/python-socketio / disconnect_request

Function disconnect_request

examples/server/sanic/app.py:70–71  ·  view source on GitHub ↗
(sid)

Source from the content-addressed store, hash-verified

68
69@sio.event
70async def disconnect_request(sid):
71 await sio.disconnect(sid)
72
73
74@sio.event

Callers

nothing calls this directly

Calls 1

disconnectMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…