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 a1c0274 commit f6dc01aCopy full SHA for f6dc01a
MLAPI/MonoBehaviours/Core/NetworkingManager.cs
@@ -103,7 +103,10 @@ private ConnectionConfig Init(NetworkingConfiguration netConfig)
103
}
104
105
NetworkTransport.Init();
106
- ConnectionConfig cConfig = new ConnectionConfig();
+ ConnectionConfig cConfig = new ConnectionConfig()
107
+ {
108
+ SendDelay = 0
109
+ };
110
111
//MLAPI channels and messageTypes
112
NetworkConfig.Channels.Add("MLAPI_RELIABLE_FRAGMENTED_SEQUENCED", QosType.ReliableFragmentedSequenced);
0 commit comments