Variable HTTPServerSettings.webSocketPingInterval
Interval between WebSocket ping frames.
class HTTPServerSettings
{
// ...
core .time .Duration webSocketPingInterval
= Duration(600000000L);
// ...
}
The default value is 60 seconds; set to Duration.zero to disable pings.