GetStreamLimit returns the stream limit, for inbound or outbound streams.
@override int getStreamLimit(Direction direction) { return direction == Direction.inbound ? streamsInbound : streamsOutbound; }