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);
385
await
_dispatcher
.OnConnectedAsync(connection);
450
await
_dispatcher
.OnDisconnectedAsync(connection, disconnectException);
489
var binder = new HubConnectionBinder<THub>(
_dispatcher
, _lifetimeManager, connection);
514
await
_dispatcher
.DispatchMessageAsync(connection, message);
543
await
_dispatcher
.DispatchMessageAsync(connection, message);