You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: