cboden / Ratchet-examples

Tutorial code and cookbook classes for Ratchet
http://socketo.me
238 stars 73 forks source link

Feature Request - Add Ping implementation #16

Open deadmantfa opened 7 years ago

deadmantfa commented 7 years ago

Hi @cboden , It will be great if you can add a ping/pong implementation example. Regards, Wenceslaus Dsilva

pritammore commented 7 years ago

Hi @cboden I also need an ping/pong example in this chat demo. you can give a quick steps to configure ping/pong using your Ratchet branch 0.4 commit to keepalive.

Currently, I am having the issue that Server is not able to detect connection lost.

Regards, Pritam

cboden commented 6 years ago

Hi guys, I'm sorry for the super late reply. If you're using the App class it's auto-enabled for each route you add. If you're not using the class, check out the source I linked, you just have to call enableKeepAlive passing it your event loop.