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

Reset _stream_ready after exception in _make_connection. #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 25, 2022

  1. Reset _stream_ready after exception in _make_connection

    Reset `_stream_ready` Event after an exception in `_make_connection`. This allows for subsequent blind control to succeed after a network failure. Otherwise (as it stands today), all future attempts to control a blind result in an infinite wait in _make_connection#79 on `await self._stream_ready.wait().`
    jprouty authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    9ce3792 View commit details
    Browse the repository at this point in the history
  2. Add supporting comment.

    jprouty authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    a717877 View commit details
    Browse the repository at this point in the history
  3. Update comment language.

    jprouty authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    142c829 View commit details
    Browse the repository at this point in the history