tomyeh / postgresql

Dart Postgresql database library.
https://quire.io
BSD 2-Clause "Simplified" License
15 stars 7 forks source link

Pool's implementation shall handle if database server is dead #1

Closed tomyeh closed 6 years ago

tomyeh commented 6 years ago

In the current implementation, it simply ignores errors including SocketException. Worse of all, the state is totally wrong that Dart VM has to restart even if the connection is back.

Goal