postgres-async-driver
postgres-async-driver copied to clipboard
Recover connection during listen
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.
Thanks for the bug report, I'm looking into it.
Hi! Any news?