Replies: 2 comments 14 replies
-
Are you returning anything from your hub method? |
Beta Was this translation helpful? Give feedback.
13 replies
-
Thanks to everyone for the replies, things are much clearer now. My suggestion is that the filters should be improved in the future and that the response of client method invocation can be intercepted. Also, the official SignalR documentation should be also improved because it doesn't clearly state that there are two types of responses (with return and client method invocation) and that some can be intercepted by filters while some can't. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have SignalR filter and want to get result after method invocation, for example:
But, result is always null (?!). I don't know why.
However, in minimal api filter, a can get result with:
It seems to me that the filters work differently which is quite strange.
Can someone help me how to get the result in the SignalR filter?
Beta Was this translation helpful? Give feedback.
All reactions