You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A single client calls a long running hub request, it also needs to call some much faster requests, however the faster requests don't seem to start until the slow request has completed.
A single client calls a long running hub request, it also needs to call some much faster requests, however the faster requests don't seem to start until the slow request has completed.
To Reproduce
I'm using ASP.NET Core 2.2 and SignalR 1.1.
Hub code is very simple:
Using a single hub conection call the SlowTask, then call the FastTask, fastNumber is not sent back until after SlowTask completes.
Expected behavior
I'd expect FastTask to always finish quickly.
The text was updated successfully, but these errors were encountered: