EventStore / EventStore-Client-Dotnet

Dotnet Client SDK for the Event Store gRPC Client API written in C#
Other
140 stars 38 forks source link

Enable multiple http2 connections #218

Closed timothycoleman closed 2 years ago

timothycoleman commented 2 years ago

Allows channels to open extra connections if they reach the max streams per connection limit (i.e. too may concurrent grpc calls- 100 by default)