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
Pool does not handle network cable break properly. Native error pass try/catch when network break occurs while there are no executing connections in pool.
Steps to reproduce
Connect PC with ethernet cable.
Run attached program (replace endpoint args with non-local postges's credentials).
Let execute sql couple times.
On prompt try disconnect cable in 10 seconds...: disconnect ethernet cable.
Loop should continue, but program fails with uncatched error.
Flutter
Probem
Pool does not handle network cable break properly. Native error pass try/catch when network break occurs while there are no executing connections in pool.
Steps to reproduce
try disconnect cable in 10 seconds...
: disconnect ethernet cable.Program
pubspec.yaml
postgres_exploit.dart:
The text was updated successfully, but these errors were encountered: