Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v3rpc: Let clients establish unlimited streams
From go-grpc v1.2.0, the number of max streams per client is set to 100 by default by the server side. This change makes it impossible for third party proxies and custom clients to establish many streams.
- Loading branch information