1 write to _dispatcher
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
97_dispatcher = new DefaultHubDispatcher<THub>(
5 references to _dispatcher
Microsoft.AspNetCore.SignalR.Core (5)
HubConnectionHandler.cs (5)
165await _dispatcher.OnConnectedAsync(connection); 230await _dispatcher.OnDisconnectedAsync(connection, disconnectException); 269var binder = new HubConnectionBinder<THub>(_dispatcher, _lifetimeManager, connection); 294await _dispatcher.DispatchMessageAsync(connection, message); 323await _dispatcher.DispatchMessageAsync(connection, message);