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: deadlock on connection onError handler #944

Merged
merged 1 commit into from Nov 6, 2020

Conversation

danielbatica
Copy link

Issue described here: #943

@tulios tulios merged commit a46d2a0 into tulios:master Nov 6, 2020
@danielbatica
Copy link
Author

@tulios Do you know when is the next release due? Thank you.

@tulios
Copy link
Owner

tulios commented Nov 6, 2020

The fix was released on pre-release 1.15.0-beta.20, so you can already use it. We don't have a plan for 1.15 yet, but I think we should ship what's in master soon

@danielbatica
Copy link
Author

Thank you!

this.rejectRequests(error)
await this.disconnect()
Copy link
Contributor

@smartinio smartinio Nov 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This bug seems to happen right below this, inside onTimeout as well. I suppose that poses the same deadlock issue? @tulios @danielbatica

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added #956

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

Successfully merging this pull request may close these issues.

None yet

3 participants