rs / pushd

Blazing fast multi-protocol mobile and web push notification service
MIT License
1.16k stars 224 forks source link

Allow unicast events for a known subscriber id #118

Closed andrekampert closed 9 years ago

andrekampert commented 9 years ago

Notify subscribers directly using the event name format unicast:[subscriber.id]

This removes the need to create a special subscription for this scenario.

Fixes https://github.com/rs/pushd/issues/78

rs commented 9 years ago

Could you update the README to show how it work please?

andrekampert commented 9 years ago

Done

andrekampert commented 9 years ago

Somehow the build seems to be running forever. Running locally I have no issues running the tests. Can this be merged or does this need more work?

rs commented 9 years ago

Thx for your contrib