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 mutex deadlock in setup_connection #128

Merged
merged 1 commit into from
Sep 14, 2020

Conversation

straight-shoota
Copy link
Member

Adds auto_release = false in setup_connection to avoid trying to release
the connection to the pool before it has been added.

Fixes #127

Adds auto_release = false in setup_connection to avoid trying to release
the connection to the pool before it has been added.
@straight-shoota
Copy link
Member Author

I'm not sure if auto_release should be set to true later, but doing it after @setup_connection.call conn still failed the spec and without it, everything's green...

@straight-shoota
Copy link
Member Author

@bcardiff Can you take a look at this?

@straight-shoota straight-shoota requested review from bcardiff and removed request for bcardiff May 11, 2020 15:52
@bcardiff bcardiff merged commit fad9e70 into master Sep 14, 2020
@bcardiff bcardiff deleted the fix/release-setup_connection branch September 28, 2020 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mutex deadlock in setup_connection
2 participants