forked from w3champions/flo
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Since the implementation of the project would involve mapping sync "response" actions to player sources that need to be in the game at the time the response is received, and the responses will be injected as actions, it is necessary to make sure that any PlayerLeave packets will synchronise the sync.players map accordingly within the context of the dispatch_action_tick function, in particular:
- a player leaving action causes the
sync.playersmap to change - a player leaving action will queue up a
PlayerLeavepacket - we need to make sure that the timing of the actual sending of the
PlayerLeavepacket is in sync with the change of state: so we want the state change and thePlayerSyncpacket to both occur before we lock up the state indispatch_action_tick(or at least that's what I @diewolke9 understood :D)
Anyways, Faro said he has a solution :D
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels