tweaks
This commit is contained in:
@@ -62,9 +62,10 @@ public class NetManager : NetworkManager
|
||||
{
|
||||
Debug.Log("Client disconnected. Reconnecting...");
|
||||
StartClient();
|
||||
yield return new WaitForSeconds(reconnectIntervalSeconds);
|
||||
}
|
||||
|
||||
yield return new WaitForSeconds(reconnectIntervalSeconds);
|
||||
yield return new WaitForSeconds(1);
|
||||
}
|
||||
|
||||
reconnectCoroutine = null;
|
||||
|
||||
Reference in New Issue
Block a user