networkProbe method
void
networkProbe()
Send a network probe message to make sure the connection is alive
Implementation
void networkProbe() {
_connectionService.probe();
}
Send a network probe message to make sure the connection is alive
void networkProbe() {
_connectionService.probe();
}