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'm currently using package [email protected] in my application. If the database connection is unused for enough time (determined in wait_timeout) there will be an error:
{ [Error: Connection lost: The server closed the connection.] fatal: true, code: 'PROTOCOL_CONNECTION_LOST' }
I'm using node-mysql's pooling feature, as shown in readme. I'm under the impression that pooling should take care of these time outs and connection losts, right? Is this a bug or am I just doing it wrong?
The text was updated successfully, but these errors were encountered:
I'm currently using package [email protected] in my application. If the database connection is unused for enough time (determined in wait_timeout) there will be an error:
{ [Error: Connection lost: The server closed the connection.] fatal: true, code: 'PROTOCOL_CONNECTION_LOST' }
I'm using node-mysql's pooling feature, as shown in readme. I'm under the impression that pooling should take care of these time outs and connection losts, right? Is this a bug or am I just doing it wrong?
The text was updated successfully, but these errors were encountered: