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

Avoid deadlock in Connection destructor #1951

Closed
fronneburg opened this issue Dec 13, 2017 · 1 comment
Closed

Avoid deadlock in Connection destructor #1951

fronneburg opened this issue Dec 13, 2017 · 1 comment

Comments

@fronneburg
Copy link
Contributor

Bug Report

When the TransportAdapterImpl removes a connection from the ConnectionMap, it will invoke the Connection destructor inside the "connections_lock_". This is undesirable, since it might cause a deadlock.

@iCollin
Copy link
Collaborator

iCollin commented May 18, 2020

Closed via #3371

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants