voxpelli / node-pg-pubsub

A Publish/Subscribe implementation on top of PostgreSQL NOTIFY/LISTEN

Home Page:https://www.npmjs.com/package/pg-pubsub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A race condition can lead to multiple connections to the same channel

abolognino opened this issue · comments

restarting the database can lead to multiple connections and therefore multiple notifications for the same event.

Is this different from the problem outlined in #82?

I didn't notice #82, this is probably a duplicate.