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
SignalR should be used to update all clients/users with the respective context whenever an API response happens.
A possible solution is to use attributes that hook on to methods/controllers and watch the HTTP response. The response would be sent to the clients within the same context but should avoid sending to the session user.
The text was updated successfully, but these errors were encountered:
SignalR should be used to update all clients/users with the respective context whenever an API response happens.
A possible solution is to use attributes that hook on to methods/controllers and watch the HTTP response. The response would be sent to the clients within the same context but should avoid sending to the session user.
The text was updated successfully, but these errors were encountered: