EventStore-Client-Dotnet
EventStore-Client-Dotnet copied to clipboard
The client keeps producing gRPC warning DeadlineExceeded for successful writes
For any successful write, the client keeps producing two log entries:
[20:50:58 WRN] gRPC call deadline exceeded.
[20:50:58 INF] Call failed with gRPC error status. Status code: 'DeadlineExceeded', Message: ''.
It pollutes the log as it's impossible to understand if the warning is legit or not.
Any update on this? We are seeing this a lot while investigating bugs and we are unsure if this is a grpc/event store error, or something we are doing wrong - all we see is that log.
Currently, I only see this warning when checking the stream state when the stream doesn't exist. I haven't observed this warning on appending events.
@thefringeninja, didn't we fix it already?