EventStore / EventStore-Client-Dotnet

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

Error is logged when the subscription is properly stopped #208

Closed alexeyzimarev closed 2 years ago

alexeyzimarev commented 2 years ago

When the subscription is stopped by cancelling the token, the gRPC call gets properly aborted, and it produces an exception, which is incorrectly treated by the client as an error. It leads to pollution of false errors in the logs:

image

As this cancellation behaviour is expected, it should not produce any error-level log messages.

alexeyzimarev commented 1 year ago

It's been previously reported in #154