-
Notifications
You must be signed in to change notification settings - Fork 2.5k
add an enqueue event to connection #381
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
Comments
dougwilson
added a commit
that referenced
this issue
Jul 14, 2014
dougwilson
added a commit
that referenced
this issue
Jul 28, 2014
dougwilson
added a commit
that referenced
this issue
Aug 4, 2014
This has been implemented for the future 2.5 release. |
dougwilson
added a commit
that referenced
this issue
Sep 7, 2014
seangarner
pushed a commit
to seangarner/node-mysql
that referenced
this issue
May 11, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please add an enqueue event to connection. Need this to realize smth like pooling, and to determine state of connection (after drain event - idle, after enqueue event - busy).
Of course I can decorate
query
method, but it's like a dirty hackThe text was updated successfully, but these errors were encountered: