closeClientStreams method

  1. @protected
void closeClientStreams()

Ends faults and connectionStatus. Call it from dispose.

Implementation

@protected
void closeClientStreams() {
  _faults.close();
  _connectionStatus.close();
}