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
In MicroPython, if a task it canceled, it tries to run the protothread.
In the case of starting broadcasting and observing we weren't actually
creating any protothread so it caused a crash when cancellation tried
to run the thread.
0 commit comments