beyonlo

Results 150 comments of beyonlo

Hello @miguelgrinberg I did some more tests. 1. More browsers tested: `Chrome for Android` and `Safari for Iphone` (`IOS`). Both works. 2. I'm using `ESP32-S3` with `MicroPython 1.19.1`, and all...

Hello @miguelgrinberg > @beyonlo I have put some fixes based on your reports: That's great! > * Firefox should work now I confirm that it works! > * the `ECONNRESET`...

@miguelgrinberg I confirm that is working without `ECONNRESET` errors. Thank you!

Hi @miguelgrinberg Could you please to provide a simple example a bit different than [echo_async.py](https://github.com/miguelgrinberg/microdot/blob/websocket/examples/websocket/echo_async.py) using `asyncio` as well? I mean, where the `WebSocket Server` is capable to send data...

> @beyonlo I don't have any examples, but all you need to do is store the `ws` objects for all your clients in some sort of data structure (maybe a...

@miguelgrinberg Errors do not happen anymore, thanks! Do you know if is possible to limit on the `WebSocket Server` how many `WebSockets clients` can to connect?

> Do you know if is possible to limit on the `WebSocket Server` how many `WebSockets clients` can to connect? I did that just counting the `ws` objects appended on...

@nos86 Great work. Maybe you need to contact the @dpgeorge to commit this CAN Bus driver on the master libs. :) By the way, did you wrote or something with...

Hello @kentindell I took a time to read that docs and others to be sure that I will not say something wrong, but maybe still can happen! And want to...

Hello @kentindell Understood! That `print(frame)` on the `mon()` method was just an example, in the real world that will to do something else in real-time, like as act a Digital...