uwebsockets icon indicating copy to clipboard operation
uwebsockets copied to clipboard

Micropython websockets implementation

Results 12 uwebsockets issues
Sort by recently updated
recently updated
newest added

I'm using this library to send data from a pico to my websocket server. After exactly 17 messages, it stops sending any data. The loop still runs and I can...

This change allows the uwebsockets package to be used inside of a uasyncio application by using the StreamWriter and StreamReader classes. The client and protocol logic is almost not touched...

Hi, I'm using Socket.io with Node JS and I'm getting an error. Please can you give an example of how I should set a socket server with Socket.io server or...

I've encountered an exception when receiving message through Websocket.recv method. It raises NotImplementedException due to FIN bit 0. Looking forward to complemention.

enhancement
help wanted

I'm trying to connect with Micropython flashed ESP32 to my Flask-Socketio server running on gunicorn, but when connuecting I'm getting this error: ``` import usocketio.client usocketio.client.connect('http://192.168.0.108:5000') ``` ``` Traceback (most...

I am trying to connect to my socket.io server, and Socket.io is returning a 400 error with the message `unknown transport "undefined"`. It seems that the `transport` query param needs...

I created a socketio server and tried to connect an esp32 to the server. On the server side, it is showing that it is connected but on the client side,...

`sock.recv(length)` is not guaranteed to return all the bytes in a single call, so it is necessary to wrap it in `recv_frame()`. Otherwise a slow network can cause unrecoverable protocol...

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:...

Hi, I'm looking for a socket.io client for ESP32. How complicated would it be to adapt this project to ESP32? (estimations regarding what's there to do...) =) thanks