Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/miguelgrinberg/python-socketio
/ disconnect_request
Function
disconnect_request
examples/server/tornado/app.py:68–69 ·
view source on GitHub ↗
(sid)
Source
from the content-addressed store, hash-verified
66
67
@sio.event
68
async
def
disconnect_request(sid):
69
await sio.disconnect(sid)
70
71
72
@sio.event
Callers
nothing calls this directly
Calls
1
disconnect
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…