grpc-java/core/src
Eric Anderson 1787106cc7 isReady() should return false until stream allocated
isReady() can provide pushback while the call is in progress, but it
can also provide the pushback necessary when the client creates more
streams than permitted by MAX_CONCURRENT_STREAMS.

As part of this commit, OkHttp is now calling onReady() after call
creation (it previously never called onReady()).
2015-05-12 16:41:50 -07:00
..
main/java/io/grpc isReady() should return false until stream allocated 2015-05-12 16:41:50 -07:00
test/java/io/grpc Adding outbound flow control for Netty. 2015-05-04 12:19:57 -07:00