node-jdbc
node-jdbc copied to clipboard
node jdbc blocking the event loop till the query is done
node jdbc blocking the event loop until the query is done. Help
use jdb.conn.close() when response delyed or fail your request
@vahidrahmani Example please? Is it possible to use async?
@vahidrahmani @theterra I think that is not possible, if event loop is blocked, that simple means that call stack is not empty and thus setInterval or setTimeout wont work..
I solved that issue by switching to https://github.com/naxmefy/node-jdbc