grpc/grpc-dotnet

Client Side Load Balancer on .NET Framework

thefringeninja opened this issue · 1 comments

We recently re-added .net framework support as grpc-dotnet now runs there. But I noticed that the load balancer is only available on dotnet core. Is this simply a limitation of the framework? Or is it just that additional work needs to be done? If it is the latter I am willing to submit a PR.

Is this simply a limitation of the framework?

Yes, it misses required APIs.