-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
area-signalrIncludes: SignalR clients and serversIncludes: SignalR clients and serversbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.
Milestone
Description
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
Metadata
Metadata
Assignees
Labels
area-signalrIncludes: SignalR clients and serversIncludes: SignalR clients and serversbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.