jchristn/WatsonWebsocket

The Client no heartbeat function

Closed this issue · 4 comments

The Client no heartbeat function

Hi @manyhelp can you describe what issue you're encountering?

no problem. I think client need heartbeat function.

I intentionally did not build this kind of function into any of my libraries because it creates restrictions on the way you use the library. For instance, if I send a JSON message containing a heartbeat, every message has to be examined before being passed to your code. Thus I prefer this functionality be in your code.

All right. thank you