We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b768f27 commit 1810a4dCopy full SHA for 1810a4d
Assets/Tests/Runtime/ConnectionManagementTests.cs
@@ -411,7 +411,6 @@ public IEnumerator UnexpectedServerShutdown_ClientsFailToReconnect()
411
412
var maxNbReconnectionAttempts = 0;
413
414
- // Waiting for clients to fail to automatically reconnect
415
for (var i = 0; i < NumberOfClients; i++)
416
{
417
var nbReconnectionAttempts = m_ClientConnectionManagers[i].NbReconnectAttempts;
@@ -423,6 +422,7 @@ public IEnumerator UnexpectedServerShutdown_ClientsFailToReconnect()
423
422
}
424
425
+ // Waiting for clients to fail to automatically reconnect. We wait once for each reconnection attempt.
426
for (var i = 0; i < maxNbReconnectionAttempts; i++)
427
428
yield return WaitForClientsConnectedOrTimeOut();
0 commit comments