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

WebSocketTransport: don't null the wsConnection in onClose() #500

Merged
merged 1 commit into from
Oct 17, 2019

Conversation

paddybyers
Copy link
Member

Nulling the wsConnection is unnecessary and causes deadlock by reversing lock acquisition order.

Related: #495 (comment)

… unnecessary and causes deadlock by reversing lock acquisition order
@paddybyers paddybyers added the bug Something isn't working. It's clear that this does need to be fixed. label Oct 17, 2019
@paddybyers paddybyers merged commit 95e89ca into develop Oct 17, 2019
@KacperKluka KacperKluka deleted the websocket-deadlock-fix branch March 25, 2022 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working. It's clear that this does need to be fixed.
Development

Successfully merging this pull request may close these issues.

2 participants