-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I think I'm noticing when I leave the listener on for an extended period of time, it creates multiple connections over time instead of re-using the same connection over and over. It behaves nicely for a bit but at some point, the number of connections skyrockets and it locks up my dev/test database. Was wondering if you should add some checks inside await_pg_notifications to see if the connection is stale/invalid before reconnecting.
Metadata
Metadata
Assignees
Labels
No labels

