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 have a rollback transaction call that is erroring with ECONNRESET, which is causing the module to close the connection. Per the comment `prevent from emitting 'PROTOCOL_CONNECTION_LOST' after EPIPE or ECONNRESET`` in connection.js it doesn't seem like that should happen, so it seems like line 179 needs to be before 178?
I have a rollback transaction call that is erroring with ECONNRESET, which is causing the module to close the connection. Per the comment `prevent from emitting 'PROTOCOL_CONNECTION_LOST' after EPIPE or ECONNRESET`` in connection.js it doesn't seem like that should happen, so it seems like line 179 needs to be before 178?