incrementOutgoingStreams method

void incrementOutgoingStreams()

Call this when a new outgoing stream is created.

Implementation

void incrementOutgoingStreams() {
  _activeOutgoingStreams++;
}