예제 #1
0
        public override async Task OnConnectedAsync()
        {
            logger.LogInformation("Hub client connected", Context.ConnectionId);
            ConnectionChannelList.TryAdd(Context.ConnectionId, new List <string>());
            await DebounceDispatcher.DebounceAsync(TriggerReconnect);

            await base.OnConnectedAsync();
        }