Replies: 2 comments
-
@BrennanConroy please have a look here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Looks like a bug. We probably didn't think about strongly-typed hubs when adding streaming support. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
is it possible to have streaming with strongly typed hub using
IAsyncEnumerable
?for example when I try this sort of IHub, project
may be I should be wrapping return in
Task<>
?Beta Was this translation helpful? Give feedback.
All reactions