You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.
this negatively affects my code because I have callbacks on both query() and end() and the end() callback needs to assume all the query() callbacks have already been called so it can shutdown the script etc. I tried looking into a fix but was more involved across repos will need to look again
The text was updated successfully, but these errors were encountered:
The pool.end callback/promise should resolve after the last pool.query finishes but that doesn't happen:
result:
this negatively affects my code because I have callbacks on both query() and end() and the end() callback needs to assume all the query() callbacks have already been called so it can shutdown the script etc. I tried looking into a fix but was more involved across repos will need to look again
The text was updated successfully, but these errors were encountered: