tedious
tedious copied to clipboard
Errors on connection creation don't cancel the connection timeout timer
Please see https://github.com/tediousjs/node-mssql/issues/1226#issuecomment-840519960
It looks like the error handler in this function should call this.clearConnectTimer();
Thanks @dhensby, we'll take a look!
@sergueis Are you seeing the same issue when using tedious directly?
:tada: This issue has been resolved in version 15.1.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket: