Exemplo n.º 1
0
        public override async Task OnDisconnectedAsync(Exception exception)
        {
            var result = await gameProcessService.RemoveUserFromGame(Context.ConnectionId);

            await base.OnDisconnectedAsync(exception);
        }