Skip to content

Commit f6dc01a

Browse files
committed
Removed LLAPI send delay
1 parent a1c0274 commit f6dc01a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

MLAPI/MonoBehaviours/Core/NetworkingManager.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,10 @@ private ConnectionConfig Init(NetworkingConfiguration netConfig)
103103
}
104104

105105
NetworkTransport.Init();
106-
ConnectionConfig cConfig = new ConnectionConfig();
106+
ConnectionConfig cConfig = new ConnectionConfig()
107+
{
108+
SendDelay = 0
109+
};
107110

108111
//MLAPI channels and messageTypes
109112
NetworkConfig.Channels.Add("MLAPI_RELIABLE_FRAGMENTED_SEQUENCED", QosType.ReliableFragmentedSequenced);

0 commit comments

Comments
 (0)