mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-04-30 03:22:04 -04:00
Missed one
This commit is contained in:
@@ -119,8 +119,7 @@ public class ChatBot
|
||||
_logger.Error(e);
|
||||
}
|
||||
_logger.Info("Retrieved fresh token. Reconnecting.");
|
||||
KfClient.Disconnect();
|
||||
KfClient.StartWsClient().Wait(_cancellationToken);
|
||||
KfClient.ReconnectAsync().Wait(_cancellationToken);
|
||||
_logger.Info("Client should be reconnecting now");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user