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
If tests ron for a long time (20 minutes or so) the client disconnects.
Api should allow for long-running connections. The timeout could be a setting on client and connections should be closed gracefully if timeout occured.
We should use the timeout on buffer read to achieve this.
Maybe the buffer read (in utPLSQL) should throw exception on timeout.
The text was updated successfully, but these errors were encountered:
If tests ron for a long time (20 minutes or so) the client disconnects.
Api should allow for long-running connections. The timeout could be a setting on client and connections should be closed gracefully if timeout occured.
We should use the timeout on buffer read to achieve this.
Maybe the buffer read (in utPLSQL) should throw exception on timeout.
The text was updated successfully, but these errors were encountered: