postgres-async-driver icon indicating copy to clipboard operation
postgres-async-driver copied to clipboard

Recover connection during listen

Open xolvo opened this issue 8 years ago • 2 comments

Hi.

When using ConnectionPool#listen and if db suddenly stops (due to connectivity issues or any other problems causing db to become unreachable) and after that database is started again then listen stops working.

I think it's related to connection become dead and listen query must be reinitiated.

Any workarounds would be appreciated.

xolvo avatar Mar 15 '16 20:03 xolvo

Thanks for the bug report, I'm looking into it.

alaisi avatar Mar 21 '16 20:03 alaisi

Hi! Any news?

xolvo avatar Jul 28 '16 07:07 xolvo