Total reconnect death

This commit is contained in:
barelyprofessional
2026-06-26 20:27:39 -05:00
parent 2b61433dc6
commit 872c8317ca
3 changed files with 19 additions and 21 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ public class ChatClient
var client = new WebsocketClient(_config.WsUri, factory)
{
ReconnectTimeout = TimeSpan.FromSeconds(_config.ReconnectTimeout)
IsReconnectionEnabled = false
};
_wsClient = client;