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

PhysicalBridge always returns NoConnection after exception during message write / connection flush #1374

Merged
merged 3 commits into from
Mar 18, 2020

Commits on Mar 6, 2020

  1. Ensure that _activeMessage is always cleared, including if an excepti…

    …on is thrown while trying to send the message or flush the connection. Leaving _activeMessage set causes WriteMessageInsideLock to always return a "NoConnectionAvailable" error indefinitely
    hamish-omny committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    8cefc81 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. Configuration menu
    Copy the full SHA
    f33b340 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75e082b View commit details
    Browse the repository at this point in the history