Wiznet / RP2040-HAT-MicroPython

52 stars 22 forks source link

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

Open UncleBee1885 opened 2 years ago

UncleBee1885 commented 2 years ago

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 commented 2 years ago

Issue linked here: https://github.com/micropython/micropython/issues/8938