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 0c7a4d5 commit 80f5870Copy full SHA for 80f5870
Assets/BossRoom/Scripts/Shared/Net/ConnectionManagement/ClientGameNetPortal.cs
@@ -31,7 +31,7 @@ public class ClientGameNetPortal : MonoBehaviour
31
/// Time in seconds before the client considers a lack of server response a timeout
32
/// </summary>
33
private const int k_TimeoutDuration = 10;
34
- const int k_NbReconnectAttempts = 3;
+ const int k_NbReconnectAttempts = 1;
35
36
/// <summary>
37
/// This event fires when the client sent out a request to start the client, but failed to hear back after an allotted amount of
0 commit comments