-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression: exception with stack trace on graceful subscription shutdown #313
Comments
alexeyzimarev
changed the title
Still getting an exception with stack trace on graceful subscription shutdown
Regression: exception with stack trace on graceful subscription shutdown
Jun 27, 2024
I fixed it with #209 but then the new API was introduced and the exception is back. |
Same for catch-up subscriptions btw
|
Ok, it happens if the cancellation token gets cancelled before calling |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When a subscription (persistent in my case) gets disposed, the following exception is thrown by the client:
I thought it has been fixed, but maybe only for catch-up subscriptions. The gRPC exception clearly says "Call cancelled by the client" and it should be handled accordingly, so not produce a high-level exception in the logs.
The text was updated successfully, but these errors were encountered: