uwebsockets
uwebsockets copied to clipboard
response content type text/plain
Please help me,
i'm using socket.io server with nodejs
i'm created socketio request with "path = uri.path or '/' + 'socket.io/?EIO=3&transport=polling'" Socketio request return : content-type: text/plain; charset=UTF-8
error log: File "usocketio/client.py", line 83, in connect File "usocketio/protocol.py", line 43, in decode_payload IndexError: memoryview index out of range
This code is for websockets. The other transports of SocketIO are not supported.