raspberry pi pico async socket not starting #11984
-
I have problem with starting async socket server (while I running async event loop in the background, the code stucks on " await cls.server". It is only problem on raspberry pi pico w (RP2040). Network mode is AP. main project "micrOS", server implementation: https://github.com/BxNxM/micrOS/blob/master/micrOS/source/SocketServer.py """ If you have any idea, thanks for that :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Have you created an event loop? For example:
|
Beta Was this translation helpful? Give feedback.
-
hi, finally I find the issue, btw yes I am starting an event loop :) the host address was empty but it requres 0.0.0.0 then it is working fine :) So my project support raspi pico :) Thanks! |
Beta Was this translation helpful? Give feedback.
Have you created an event loop?
For example: