Skip to content

Possible busy-polling in MAVServer #5

@peterkrull

Description

@peterkrull

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions