-
Notifications
You must be signed in to change notification settings - Fork 261
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
459.bugfix #459
base: master
Are you sure you want to change the base?
459.bugfix #459
Conversation
Just bumping this since I seem to still have this issue 6 months after the PR was opened. Any progress done at all? |
This works. The PR was just never merged. |
Gonna be the annoying guy that tags @webknjaz to ask if he can have a look then, pls :) |
I'm not the best person to review this. So I cannot accept this since I don't know if this design decision (which is effectively extending the public API) is desired. But what I can tell you is that I'd not merge this w/o any tests proving that this works. |
Codecov Report
@@ Coverage Diff @@
## master #459 +/- ##
==========================================
- Coverage 92.66% 90.90% -1.77%
==========================================
Files 35 35
Lines 5413 5419 +6
Branches 584 585 +1
==========================================
- Hits 5016 4926 -90
- Misses 309 399 +90
- Partials 88 94 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
FWIW I've restarted the CI and it fails. |
This is quite clearly a bug, not a design choice. I no longer use this library and so I no longer have interest in pushing this PR forward. My fork is available to those who encounter this bug. |
Did you found a better, working library for async MySQL? I really need one and this library is just broken. |
What do these changes do?
When running in a pool, upon close, fixes the error:
An open stream object is being garbage collected; call "stream.close()" explicitly.