mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-15 20:54:46 +00:00
Updated secure client, I think this is the final version for the Secure Client, will be adding the server from Pro next.
This commit is contained in:
@@ -256,7 +256,7 @@ namespace PepperDash.Core
|
||||
{
|
||||
Client.DisconnectFromServer();
|
||||
Debug.Console(2, "Attempting reconnect, status={0}", Client.ClientStatus);
|
||||
RetryTimer = new CTimer(o => { Client.ConnectToServerAsync(ConnectToServerCallback); }, 1000);
|
||||
RetryTimer = new CTimer(o => { Client.ConnectToServerAsync(ConnectToServerCallback); }, AutoReconnectIntervalMs);
|
||||
}
|
||||
|
||||
void Receive(TCPClient client, int numBytes)
|
||||
|
||||
Reference in New Issue
Block a user