mobile-web-messaging / StompKit

STOMP Objective-C Client for iOS
Apache License 2.0
95 stars 82 forks source link

checkPong method #15

Closed Mohamed3amer closed 10 years ago

Mohamed3amer commented 10 years ago

In this method

if (delta > (ttl * 2)) what is it means if this condition true ??

jmesnil commented 10 years ago

if there has been no activity received from the client for twice the TTL value, the client is disconnected