Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix loop_stop() not clearing ._thread when called from same thread #809

Merged
merged 3 commits into from
Mar 27, 2024
Merged

Fix loop_stop() not clearing ._thread when called from same thread #809

merged 3 commits into from
Mar 27, 2024

Commits on Feb 2, 2024

  1. Fix loop_stop() not clearing ._thread when called from same thread

    When loop_stop is called from within on_message(), ._thread will not be set to None. This will cause subsequent loop_start() to return an error.
    jiachin1995 authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    7ef3592 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Update client.py

    jiachin1995 authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    0053dc1 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Update client.py

    jiachin1995 authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    7a0d184 View commit details
    Browse the repository at this point in the history