adjust some of the logging

This commit is contained in:
Stanley Dimant
2022-10-04 14:14:56 +02:00
parent d6a434b2f0
commit 9df89adac8
6 changed files with 8 additions and 7 deletions

View File

@@ -355,6 +355,7 @@ public partial class ApiController : IDisposable
private Task MareHubOnReconnecting(Exception? arg)
{
_connectionDto = null;
_healthCheckTokenSource?.Cancel();
ServerState = ServerState.Disconnected;
Logger.Warn("Connection closed... Reconnecting");