keepAliveIntervalInMilliseconds property
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
late int keepAliveIntervalInMilliseconds;