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

Restrict to ws transport #36

Closed naw closed 9 years ago

naw commented 9 years ago

If the local ws transport fails, pusher.js might try other transports, which will hit the live pusher server/account.

To prevent this, I'd recommend adding enabledTransports: ['ws'] as an option in Configuration#to_options.