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 the MAVServer: https://github.com/holsatus/holsatus-flight/blob/main/common/src/mavlink/mod.rs
there may be a busy-polling future somewhere. When running the server in an interrupt-driven executor, it never yields, blocking thread-mode tasks. Likely related to the streamers, since disabling those it does not block other tasks.