node-oracle
node-oracle copied to clipboard
Enhancement Request: Connection timeout parameter
I've built my application to gracefully handle Oracle connection errors but I've run into a few cases where it will take several minutes before an error is returned. My application can't wait that long. It would be great if the connect method could take a timeout parameter. If the connection or error isn't returned within the specified amount of time, cancel it and pass a timeout error to the callback function.