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 use both MicroWebSrv and MicroWebCli in Raspberry Pi Pico W. Since Pico has two cores, I run MicroWebSrv with the threaded=True option. However All of my MicroWebCli network calls fail with error [Errno 115] EINPROGRESS. If I do not run server then it works fine. Any idea how to run server and make other network calls at the same time?
The text was updated successfully, but these errors were encountered:
I use both MicroWebSrv and MicroWebCli in Raspberry Pi Pico W. Since Pico has two cores, I run MicroWebSrv with the
threaded=True
option. However All of my MicroWebCli network calls fail with error[Errno 115] EINPROGRESS
. If I do not run server then it works fine. Any idea how to run server and make other network calls at the same time?The text was updated successfully, but these errors were encountered: