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.
1 parent 31d165e commit 78ed1a8Copy full SHA for 78ed1a8
README
@@ -4,6 +4,6 @@ import socketio
4
sio = socketio.socketio(server ip, server port) # define the server
5
6
sio.connect() # connect
7
-sio.receiveMsg(timeout) # receive timeout is not tested
+sio.receiveMsg(timeout) # receive (timeout is not tested)
8
sio.sendMsg(string) # send
9
-sio.disconnect() to disconnect
+sio.disconnect() # disconnect
0 commit comments