RP2040-HAT-MicroPython icon indicating copy to clipboard operation
RP2040-HAT-MicroPython copied to clipboard

Uasyncio.start_server() NOT Usable with W5500-EVB-PICO; setblocking and SO_REUSEADDR seem to be the problem

Open UncleBee1885 opened this issue 2 years ago • 1 comments

I'm currently working on a creating a small asynchronous server using the W5500-EVB-Pico and have encountered an issue where uasyncio.start_server() does not work as SO_REUSEADDR and setblocking do not function properly. This seems to be a problem that has yet to be rectified with the W5500 see #3373.

Are there any plans to include this functionality?

UncleBee1885 avatar Jul 14 '22 16:07 UncleBee1885