You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.
Every fixedupdate the client attempts to a single reliable RPC. Around 10 or 15 are sent successfully before they stop being received.
Load CubeForgeGame scene in UnityEditor and toggle "reliable" on the RPC Tester component to off. Re-join and note that the RPCs are successfully received.
Yes sending 60 reliable RPCs a second is probably a bad idea, but the fact that this used to work mostly but now causes catastrophic failure suggests a bug somewhere in recent refactored code.
[Optional] Discord Username:
Cerzi
The text was updated successfully, but these errors were encountered:
Version Number and Operating System(s):
Windows 10 64-bit
Unity 2018.4 / 2019.2 b69d15b
Actual behavior:
Attempting to send 1 reliable RPC per FixedUpdate causes the system to overflow and no further RPCs can be sent
Steps to reproduce:
Clone this fork: https://github.com/Cerzi/ForgeNetworkingRemastered/tree/reliableRPCexample
Build the game, Run two instances. Note the values in the top right of the screen for the CLIENT
Every fixedupdate the client attempts to a single reliable RPC. Around 10 or 15 are sent successfully before they stop being received.
Load CubeForgeGame scene in UnityEditor and toggle "reliable" on the RPC Tester component to off. Re-join and note that the RPCs are successfully received.
Yes sending 60 reliable RPCs a second is probably a bad idea, but the fact that this used to work mostly but now causes catastrophic failure suggests a bug somewhere in recent refactored code.
[Optional] Discord Username:
Cerzi
The text was updated successfully, but these errors were encountered: