Danielle Madeley
Danielle Madeley
Hi, yes! Can you please submit a pull request? Thanks.
It looks like you're possibly timing out before receiving a packet and it's not okay with that. I'm afraid you'll have to debug this on your own. If you want...
This looks pretty good. Truthfully, I wonder if this should be the default implementation. I would have made it the default implementation originally (there's a branch even), but asyncio wasn't...
Hi @Hellq uwebsockets is in as-needs development. If you develop this feature, please submit a pull request :)
Hi, I'm afraid all of this code is unsupported. Especially the SocketIO part. I don't know if SocketIO has changed any part of their requesting handshake. The first step is...
I don't actually know what the difference is between ESP32 and ESP8266. I haven't done much work in micropython lately. In general this entire codebase could probably do with updating...
Thanks Carter. I did write a socket.io implementations years ago. Tested against Python and the node reference implementation. Again the code is nearly 2 years old and I haven’t been...
I'm guessing you didn't get a content-length or the value was zero. Log the header you get.
I think the Flask-SocketIO author is confused about what's happening here, but does this code work for you: https://github.com/danni/uwebsockets/blob/esp8266/examples/socketio_client.py ? To be honest, I tested this against Flask-SocketIO at the...
Okay so I suspect the problem is that I never tested this against gunicorn. I was very lazy with my implementation of the HTTP spec. From the other thread: >...