EventStore / EventStore-Client-Dotnet

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

Client logs show "Unhandled exception. EventStore.Client.DiscoveryException: Failed to discover candidate in 10 attempts" #202

Closed lakshdeepsingheventstore closed 4 months ago

lakshdeepsingheventstore commented 2 years ago

Describe the bug

The Client logs show "Unhandled exception. EventStore.Client.DiscoveryException: Failed to discover candidate in 10 attempts" when using EventStore.Client.Grpc 21.2 with .NET 3.1. The same project when run with EventStore.Client.Grpc 21.2 with .NET5, runs perfectly fine. Also the project runs fine with EventStore.Client.Grpc 20.10.

bartelink commented 2 years ago

Normally these messages are about current network and/or server state, rather than a specific platform Regardless, I'm wondering why you are brining netcore 3.1 into it given it is out of support in May ? Why can you not stick to using net5.0 (which is out of support in Dec) or net6.0 and 21.2 or 22.0.0 ?