deepstreamIO / deepstream.io-dummy-client

A very basic JS file to show the quickest way to get a client running

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Health check path and ping/pong message

geohuz opened this issue · comments

Is it supposed to get back pong message from server with client ping? In the code I can see there is a ping to sever by every 5 sec, but I can't see the pong message from the server? Is there any documentation about the ping/pong mechanism of deepstream?

And I saw there is a health check path in the server configuration, how does this related to ping/pong heartbeat? How we can utilize this path?

Thanks

Just wondering if this issue is solved in version 5.1.1 of Deepstream.io?

I believe so, there has been a fix fixes around health checks in v5.1

deepstreamIO/deepstream.io-client-js@388506e

thanks!