progrium / hookah

Asynchronous HTTP request dispatcher for webhooks
http://webhooks.org
MIT License
144 stars 8 forks source link

duplicate subscriptions cause duplicate notifications #2

Open drewp opened 15 years ago

drewp commented 15 years ago

One callback URL can get on the subscription list for the same topic multiple times. When a post arrives on that topic, the callback is hit multiple times. It should only be on the list once for a given topic.

progrium commented 15 years ago

definitely.