mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-08-04 04:28:36 -04:00
Total reconnect death
This commit is contained in:
@@ -101,7 +101,7 @@ public class ChatClient
|
||||
|
||||
var client = new WebsocketClient(_config.WsUri, factory)
|
||||
{
|
||||
ReconnectTimeout = TimeSpan.FromSeconds(_config.ReconnectTimeout)
|
||||
IsReconnectionEnabled = false
|
||||
};
|
||||
_wsClient = client;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user