keepAliveIntervalInMilliseconds property

int get keepAliveIntervalInMilliseconds

Default interval at which to ping the server.

The default value is 15,000 milliseconds (15 seconds).

Allows the server to detect hard disconnects (like when a client unplugs their computer).

Implementation

int get keepAliveIntervalInMilliseconds;
set keepAliveIntervalInMilliseconds (int value)

Implementation

set keepAliveIntervalInMilliseconds(int value);