Exemplo n.º 1
0
 public override Task OnDisconnected(bool stopCalled)
 {
     _statusHubService.StopMonitoring(Context.ConnectionId);
     return(base.OnDisconnected(stopCalled));
 }
Exemplo n.º 2
0
 public override async Task OnDisconnectedAsync(Exception exception)
 {
     _statusHubService.StopMonitoring(Context.ConnectionId);
     await base.OnDisconnectedAsync(exception);
 }