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
I've been trying to use this library as an express middleware, for dependency injection convenience.
But I ran into a roadblock; queries get stuck seemingly forever when I do this. I am not sure why this happens? I've tested the code over and over and the issue persists. I moved off my production project to try reproducing it and was able to do it.
Here's some sample code, running on Node LTS with Postgres.js 3.4.4 and Express 4.20.0.
I've been trying to use this library as an express middleware, for dependency injection convenience.
But I ran into a roadblock; queries get stuck seemingly forever when I do this. I am not sure why this happens? I've tested the code over and over and the issue persists. I moved off my production project to try reproducing it and was able to do it.
Here's some sample code, running on Node LTS with Postgres.js 3.4.4 and Express 4.20.0.
I hope this gets fixed if it really is a bug; feels like a shame to not be able to use such a nice library because of such an obnoxious issue.
The text was updated successfully, but these errors were encountered: