uwebsockets icon indicating copy to clipboard operation
uwebsockets copied to clipboard

response content type text/plain

Open caythanhgia opened this issue 5 years ago • 1 comments

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

caythanhgia avatar Sep 30 '19 09:09 caythanhgia

This code is for websockets. The other transports of SocketIO are not supported.

danni avatar Oct 03 '19 00:10 danni