lightyear icon indicating copy to clipboard operation
lightyear copied to clipboard

Document the risk of actions getting replayed in FixedUpdate

Open cBournhonesque opened this issue 5 months ago • 2 comments

If we have a system in FixedUpdate that calls `buffer_message_to_send, then during each rollback the system would get called multiple times again, which means the message would be sent multiple times.

Maybe we should provide a schedule FixedUpdateWithoutRollback for actions that should happen in FixedUpdate but shouldn't be rolled back?

cBournhonesque avatar Aug 31 '24 18:08 cBournhonesque