ngauthier / tubesock

Websocket interface on Rack Hijack w/ Rails support
MIT License
620 stars 43 forks source link

Reply to ping frames with pong frames #57

Closed cantino closed 5 years ago

cantino commented 5 years ago

Without this change, the Python websockets library can't be used to talk to a Rails server running tubesock, as it reconnects every 30 seconds when not receiving correct pong responses.

ngauthier commented 5 years ago

thanks!

ngauthier commented 5 years ago

v0.2.9 has been released with this fix.

cantino commented 5 years ago

Thanks for the fast response @ngauthier!