-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Invalid connection error returned when an unrelated earlier query is cancelled #836
Comments
Related issue: #654 |
It doesn't "return". It just "logs". |
Here are my golang gin server Logs:
|
fixed via #862 |
7 tasks
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue description
When a query is cancelled, a single subsequent unrelated query returns
invalid connection
instead of running normally.Example code
Error log
Configuration
*Driver version (or git SHA): 749ddf1 (latest master at the time of writing)
*Go version:go version go1.10.3 darwin/amd64
*Server version: Percona 5.7
*Server OS: Debian Jessie x64
The text was updated successfully, but these errors were encountered: