RP2040-HAT-MicroPython
RP2040-HAT-MicroPython copied to clipboard
Uasyncio.start_server() NOT Usable with W5500-EVB-PICO; setblocking and SO_REUSEADDR seem to be the problem
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?
Issue linked here: https://github.com/micropython/micropython/issues/8938