startPingMonitor

Starts a looping monitor that sends a PING if we haven't received one from the server for a while. This is to ensure that dead connections are properly detected.

Note: Must be called from within a Fiber.

version(WithConnectService)
private
void
startPingMonitor

Parameters

service ConnectService

The current ConnectService.