amitu-websocket-client
amitu-websocket-client copied to clipboard
Python WebSocket Client Library
Results
2
amitu-websocket-client issues
Sort by
recently updated
recently updated
newest added
I was having a hard time integrating this into a project where I need to send messages over socket.io, but couldn't allow WebSocket to take over execution of my process,...
I try to run the following code: ``` s = SocketIOClient('localhost', 9000) s.run() ``` I get the error `"Invalid frame"`. The socket.io server is running (gevent-socketio). Stacktrace: ``` Environment: Request...