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 bug that connection drop signal related funtion throw a bad_weak … #1940

Merged

Commits on Apr 27, 2020

  1. Fix bug that connection drop signal related funtion throw a bad_weak …

    …exception
    
    TransportSubscriberLink::onConnectionDropped throws a bad_weak exception
    while call shared_from_this() if TransportSubscriberLink already destroyed
    Barry-Xu-2018 committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    53557e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Fix dead lock about call_queue_mutex_ and drop_mutex_ in two threads

    Signed-off-by: Barry Xu <Barry.Xu@sony.com>
    Barry-Xu-2018 committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    12c6872 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Remove check that is not necessary

    Signed-off-by: Barry Xu <Barry.Xu@sony.com>
    Barry-Xu-2018 committed May 15, 2020
    Configuration menu
    Copy the full SHA
    1d43f22 View commit details
    Browse the repository at this point in the history