DB Connection Panel - Clicking on "Cancel" does not stop the connection attempt #354
-
If you double-click on a DB conneciton, the Connection dialog appears (unless you have flagged the "Always run in background" tick). During connection attempt, if you press the "Cancel" button, it has no effect and the connection call proceeds without stopping. Note: the screenshot refers to an Oracle connection, but this bug appears with every connection type. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Most drivers do not support connection cancellation. They just stuck in socket connection until timeout will happen (btw you can configure connectTimeout in many drivers). Some drivers use NIO and connection can be canceled at any moment - but this is a rare case. |
Beta Was this translation helpful? Give feedback.
Most drivers do not support connection cancellation. They just stuck in socket connection until timeout will happen (btw you can configure connectTimeout in many drivers). Some drivers use NIO and connection can be canceled at any moment - but this is a rare case.
So just can't fix that, this is driver-dependent thing.