keepAlive property

int keepAlive
getter/setter pair

Defines the maximum allowable lag, in seconds, between expected messages. The spec indicates that clients won't be disconnected until KeepAlive + 1/2 KeepAlive time period elapses.

Implementation

int keepAlive = 0;