-
Notifications
You must be signed in to change notification settings - Fork 123
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
Replace complex pool with mutex pool #92
Conversation
Hmm, the test on |
Anecdotally, this eliminates the connection leaking I was seeing that was causing #65. |
I discovered a race, so hold off on merging this for a little bit. |
ec7ac72
to
b32c0b2
Compare
Okay, I think that last commit fixed it, and that this is now ready. |
Bah, apparently not -- will dig more. |
We used to panic in this case, which was probably not the right thing to do.
Phew, okay, that should do it! |
@blackbeam Can we do a point release with this change? |
No, a major release is fine too :) |
Fixes #65