- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Added Option to add Interceptors on Client Level #2076
Conversation
Removed Console.Test which is not inside Repository
According to the last conversation, you don't like the interfaces, so now I removed them and moved all up into a abstract class named Interceptor, which has 4 Methodes which can be overriden. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
No activity by the author at all, waiting for answer from the author. |
I don't see how my code could produce this error. |
But I found out that exceptions thrown inside the Interceptor are not propagated as expected. OnBeforeRequest was inside a non async Context, so I moved the call out including code before. |
…ch to propagate Exceptions to Callers
Closed because of correction New pullrequest #2108 |
Locally all tests but 3 are running successful No interaction with Interceptors or any change that would explain this, I thing that this lies in the realm of the EchoHandler. |
Description
Added Possibility to add Client wide Interceptors, to check Request and Responses on multiple positions
Purpose
This pull request is a:
Checklist