isConnectionActive method

bool isConnectionActive()

Implementation

bool isConnectionActive() {
  return _signaler.isActive();
}