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 7f60010 commit 7bb33f6Copy full SHA for 7bb33f6
com.unity.netcode.gameobjects/Runtime/Configuration/NetworkConfig.cs
@@ -224,7 +224,7 @@ public ulong GetConfig(bool cache = true)
224
return m_ConfigHash.Value;
225
}
226
227
- var writer = new FastBufferWriter(MessagingSystem.NON_FRAGMENTED_MESSAGE_MAX_SIZE, Allocator.Temp);
+ var writer = new FastBufferWriter(MessagingSystem.NON_FRAGMENTED_MESSAGE_MAX_SIZE, Allocator.Temp, int.MaxValue);
228
using (writer)
229
{
230
writer.WriteValueSafe(ProtocolVersion);
0 commit comments