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(rt): enforce only once shutdown logic for crt engine connections #497

Merged
merged 3 commits into from
Jan 11, 2022

Commits on Jan 10, 2022

  1. fix(rt): enforce only once shutdown logic for crt engine connections

    fixes: #413
    
    Fixes the segfault that can happen when an exception is handled twice
    leading to a connection being closed after it has been free'd. This
    change refactors the handling of the connection close logic to be
    handled in a single place regardless of why the connection is being
    closed.
    aajtodd committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    8d8adff View commit details
    Browse the repository at this point in the history
  2. fix tests for conn state

    aajtodd committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    c7e15fa View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    f95b3f2 View commit details
    Browse the repository at this point in the history