nicolasff / webdis

A Redis HTTP interface with JSON output
https://webd.is
BSD 2-Clause "Simplified" License
2.84k stars 304 forks source link

Websocket SUBSCRIBE KeepAlive fixed #59

Closed dcosta72 closed 11 years ago

dcosta72 commented 11 years ago

...1, keeping the connection alive from the web socket and enabling the client to manage its lifecycle. This seems to do the trick but I don't know enough about the webdis architecture as to guarantee that there are no side effects. But so far seems to do the trick.

nicolasff commented 11 years ago

Merged, thanks!

dcosta72 commented 11 years ago

Glad to help!