1 write to _dispatcher
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
102_dispatcher = new DefaultHubDispatcher<THub>(
6 references to _dispatcher
Microsoft.AspNetCore.SignalR.Core (6)
HubConnectionHandler.cs (6)
366_ = _dispatcher.OnAuthenticationRefreshedAsync(connection); 385await _dispatcher.OnConnectedAsync(connection); 450await _dispatcher.OnDisconnectedAsync(connection, disconnectException); 489var binder = new HubConnectionBinder<THub>(_dispatcher, _lifetimeManager, connection); 514await _dispatcher.DispatchMessageAsync(connection, message); 543await _dispatcher.DispatchMessageAsync(connection, message);