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

Javascript error in chrome Pusher : Error : {"type":"HandshakeError","error":"No activity timeout specified in handshake"} #22

Closed rosskevin closed 10 years ago

rosskevin commented 10 years ago

Fixed by setting the activity_timeout in connection.rb. Pull request coming shortly.

tristandunn commented 10 years ago

Already done in bd1498132bedf9df1967402a6469b0f0e10859f0. I just need to release a new version. I will soon.

rosskevin commented 10 years ago

Thank you, verified fixed on master.

tristandunn commented 10 years ago

Just released v0.13.0 with the fix. Also, thanks for reporting it.