mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Big update introducing ghetto command interface, settings, database and howl.gg bet feed scraping
This commit is contained in:
@@ -92,7 +92,8 @@ public class KickWsClient
|
||||
private void WsDisconnection(DisconnectionInfo disconnectionInfo)
|
||||
{
|
||||
_logger.Error($"Client disconnected from the chat (or never successfully connected). Type is {disconnectionInfo.Type}");
|
||||
_logger.Error(JsonSerializer.Serialize(disconnectionInfo));
|
||||
_logger.Error($"Close Status => {disconnectionInfo.CloseStatus}; Close Status Description => {disconnectionInfo.CloseStatusDescription}");
|
||||
_logger.Error(disconnectionInfo.Exception);
|
||||
OnWsDisconnection?.Invoke(this, disconnectionInfo);
|
||||
}
|
||||
|
||||
@@ -264,7 +265,7 @@ public class KickWsClient
|
||||
return;
|
||||
}
|
||||
default:
|
||||
_logger.Info("Event unhandled. JOSN payload follows");
|
||||
_logger.Info("Event unhandled. JSON payload follows");
|
||||
_logger.Info(message.Text);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user