We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a1ef8a + a1ca2c4 commit 8b37152Copy full SHA for 8b37152
README.rst
@@ -64,7 +64,7 @@ client:
64
@sio.on('chat message', namespace='/chat')
65
def message(sid, data):
66
print("message ", data)
67
- sio.emit(sid, 'reply')
+ sio.emit('reply', room=sid)
68
69
@sio.on('disconnect', namespace='/chat')
70
def disconnect(sid):
0 commit comments