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

Handle pusher:ping events from client #25

Closed mthorn closed 10 years ago

mthorn commented 10 years ago

Necessary to stop connections from timing out after 2.5 minutes. This was triggering member_removed on presence channels, which was a little problem for us.

tristandunn commented 10 years ago

Thanks. Merged in 722e7f196b106549845f8ba85eb752639b60ee2a.

I have a bit more I want to do before a release, but I plan to do so tonight.

mthorn commented 10 years ago

Thanks for releasing this tool. It's been a great help for me.

tristandunn commented 10 years ago

@mthorn Great to hear. I'm curious about a 2.5 minute connection. Are you using it outside of tests?

mthorn commented 10 years ago

Yes, for development. I didn't always have an Internet connection.