incrementOutgoingStreams method
void
incrementOutgoingStreams()
Call this when a new outgoing stream is created.
Implementation
void incrementOutgoingStreams() {
_activeOutgoingStreams++;
}
Call this when a new outgoing stream is created.
void incrementOutgoingStreams() {
_activeOutgoingStreams++;
}