Skip to content

Document or guard LcdClient thread safety #7

Description

@tophcodes

LcdClient (lcd_client.py:28) isn't thread-safe. It's only ever used from the Qt main thread today, so this is fine in practice, but nothing enforces or documents that contract.

We should document the main-thread-only assumption, or guard the socket access if it ever needs to be called off-thread.

See #2.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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