Fix method name in OnDisconnectAsync
This commit is contained in:
parent
1178b83585
commit
5aa855ed9e
@ -19,7 +19,7 @@ namespace Ordering.SignalrHub
|
||||
|
||||
public override async Task OnDisconnectedAsync(Exception ex)
|
||||
{
|
||||
await Groups.AddToGroupAsync(Context.ConnectionId, Context.User.Identity.Name);
|
||||
await Groups.RemoveFromGroupAsync(Context.ConnectionId, Context.User.Identity.Name);
|
||||
await base.OnDisconnectedAsync(ex);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user