Skip to content

(Linux) Running status probably breaks when multiple devices are connected and sending messages simultaneously #84

@Nytra

Description

@Nytra

private static byte runningStatus;

I haven't tested this but I'm fairly sure multiple devices would fight over the running status byte currently

Making this use the [ThreadStatic] attribute might fix it

It's not a problem on Windows because every message is sent with a status byte in that case

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions