stop method

void stop()

stop this client

Implementation

void stop() {
  _stoped = true;
  pause();
}