Skip to content
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

Request response result can be handled by middleware #51

Closed
mayuanyang opened this issue Jan 22, 2022 · 0 comments · Fixed by #50
Closed

Request response result can be handled by middleware #51

mayuanyang opened this issue Jan 22, 2022 · 0 comments · Fixed by #50
Milestone

Comments

@mayuanyang
Copy link
Owner

we added the ability for SendAsync<MyCommand, MyResponse> be able to handle result in middleware, a common usage is to UnifyResponse before we send it back to the client

We need the same ability in RequestAsync<MyRequest, MyResponse>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant