-
Notifications
You must be signed in to change notification settings - Fork 913
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug that connection drop signal related funtion throw a bad_weak … (
#1940) * 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 * Fix dead lock about call_queue_mutex_ and drop_mutex_ in two threads Signed-off-by: Barry Xu <[email protected]> * Remove check that is not necessary Signed-off-by: Barry Xu <[email protected]>
- Loading branch information
1 parent
d09becc
commit 5f8d76d
Showing
5 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters