tristandunn / pusher-fake

A fake Pusher server for development and testing.
https://rubygems.org/gems/pusher-fake
MIT License
173 stars 32 forks source link

client events dont get sent to the originator #11

Closed twalpole closed 11 years ago

twalpole commented 11 years ago

According to the pusher docs, client triggered events do not get sent back to the originator

tristandunn commented 11 years ago

Good catch. I actually started work on supporting the ability to exclude clients via socket ID. I'll have this in shortly.

tristandunn commented 11 years ago

Modified to use the same functionality for excluding clients via socket ID, but it's merged in 91086be557dc48d94220e13055a182f389e61922. I'll release shortly.