mirror of https://github.com/grpc/grpc-java.git
If a newStream is called while MAX_CONCURRENT_STREAMS is reached, then get the call blocked and the request queued, until: 1. a running stream closed, and this newStream() request is accepted. 2. receives go-away from server, fail all pending new stream requests. 3. the available ids are exhausted. |
||
|---|---|---|
| .. | ||
| main/java | ||
| test/java/io/grpc/transport/okhttp | ||