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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: