Skip to content

w/return results blocks client receive pipeline #41996

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

Closed
Tracked by #5280
rafikiassumani-msft opened this issue Jun 2, 2022 · 1 comment
Closed
Tracked by #5280

w/return results blocks client receive pipeline #41996

rafikiassumani-msft opened this issue Jun 2, 2022 · 1 comment
Assignees
Labels
area-signalr Includes: SignalR clients and servers bug This issue describes a behavior which is not expected - a bug.
Milestone

Comments

@rafikiassumani-msft
Copy link
Contributor

rafikiassumani-msft commented Jun 2, 2022

This was already an issue with Task returning .On methods, but client results likely makes it more likely to block on the client side

  • .NET client blocks other .On handlers but does not block the receive loop
  • JS client doesn't block anything, .On handlers for future invokes/sends can still run while blocked on user input, pings/etc. still received and processed
  • Java client blocks other .On handlers but does not block the receive loop
@ghost
Copy link

ghost commented Jun 2, 2022

Thanks for contacting us.

We're moving this issue to the .NET 7 Planning milestone for future evaluation / consideration. We would like to keep this around to collect more feedback, which can help us with prioritizing this work. We will re-evaluate this issue, during our next planning meeting(s).
If we later determine, that the issue has no community involvement, or it's very rare and low-impact issue, we will close it - so that the team can focus on more important and high impact issues.
To learn more about what to expect next and how this issue will be handled you can read more about our triage process here.

@halter73 halter73 modified the milestones: .NET 7 Planning, 7.0-rc2 Sep 15, 2022
@danroth27 danroth27 added the bug This issue describes a behavior which is not expected - a bug. label Oct 7, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Nov 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-signalr Includes: SignalR clients and servers bug This issue describes a behavior which is not expected - a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants