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)
165
await
_dispatcher
.OnConnectedAsync(connection);
230
await
_dispatcher
.OnDisconnectedAsync(connection, disconnectException);
269
var binder = new HubConnectionBinder<THub>(
_dispatcher
, _lifetimeManager, connection);
294
await
_dispatcher
.DispatchMessageAsync(connection, message);
323
await
_dispatcher
.DispatchMessageAsync(connection, message);