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 tried to use this library to obtain speech synthesis data. Because speech data is a very large, multiple, and multi-segment data, the following problems occurred: 1. A piece of...

When I ran the socket.IO client example for my website, I got an error `AssertionError: b'HTTP/1.1 400 Bad Request'` The server worked well on the Arduino socket.IO client but this...