Missed one

This commit is contained in:
barelyprofessional
2026-02-11 22:09:26 -06:00
parent 384b2ab3ef
commit cbf5b628c3

View File

@@ -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");
}