Lite reliable UDP library for Mono and .NET
-
Updated
Apr 19, 2021 - C#
Add a description, image, and links to the unity-3d topic page so that developers can more easily learn about it.
To associate your repository with the unity-3d topic, visit your repo's landing page and select "manage topics."
Describe the bug
When spawning an object and then trying to reference that object via an RPC it is possible that the RPC arrives before the object gets spawned. This bug happens because Spawn calls and RPCs use different ReliableSequenced channels internally and thus lose the guarantee of order.
To Reproduce
Steps to reproduce the behavior: