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

Socket ID's are not compatible with the latest Pusher client libraries #42

Closed WillSewell closed 9 years ago

WillSewell commented 9 years ago

After a recent security exploit, socket_id's must now be a series of numbers, followed by a dot, followed by a series of numbers. The socket id's generated by this app are only a series of numbers. You can read more about this here: https://gist.github.com/mdpye/f062cacb8a9d5e3d102c

tristandunn commented 9 years ago

This is fixed in master, but I haven't released it yet. See f3856fc94a0cea55921139013a431ed880dd6fb1.

I'll release it today.

WillSewell commented 9 years ago

Ah, great. Good job!

tristandunn commented 9 years ago

@WillSewell Just bumped the version and released it. Thanks for reminding me!

WillSewell commented 9 years ago

Awesome :)