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

Server should respond with valid JSON #5

Closed markoa closed 12 years ago

markoa commented 12 years ago

Hi,

I've noticed that client was getting into an error when trying to parse the response from server: http://d.pr/i/xBdZ

These changes take care of that.

tristandunn commented 12 years ago

I actually merged your change yesterday in d3d6d199c9a91ebd97caedd9debeee9e19cfd4be. I'll fix the test description shortly since I missed that.

markoa commented 12 years ago

Cool, I did that on iPad and so haven't had a chance to update the spec until today. Thanks for taking care of it.

tristandunn commented 12 years ago

Fixed the description. And thanks for the patch.