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

Function disconnect_request

examples/server/asgi/app.py:77–78  ·  view source on GitHub ↗
(sid)

Source from the content-addressed store, hash-verified

75
76@sio.on('disconnect request')
77async def disconnect_request(sid):
78 await sio.disconnect(sid)
79
80
81@sio.on('connect')

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…