close method

void close()
inherited

turn off the longPoll

Implementation

void close() {
  _isOn = false;
  closeSession();
}