Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master (1st person joined into instance) not appeared on Earth until next sync happen #3

Open
slord399 opened this issue Jul 28, 2021 · 4 comments
Assignees

Comments

@slord399
Copy link
Contributor

When I testing this, I found that master seems to be not shown on non-master users.
It can be either repaired by,
*Wait for next sync period
*Re-join to instance

but would be better to have sync method to prevent this issue.
(Only happen to master so maybe MasterOnly trigger to push time zone data to others could be when they joined..)

@JLChnToZ
Copy link
Owner

Do you mean a resync button to grab the players' data again?

@slord399
Copy link
Contributor Author

Re-sync button should also works well.
Issue is basically non-master cannot see master on the Earth cube until next update.
(between non-master can see all of others time)

It only happen to master as it seems so something to push sync of master when non-master joined be fixing issue.
(still thinking best option to take so I leave it to you for your idea of resolving issue as well.)

@JLChnToZ
Copy link
Owner

Oh thanks for the hints, I know the reason now, but I need to figure out the better way to do it.

The current way to get in sync is just putting the user's own data to the specified field and pass the ownership to the next player until a round is over. The bug here is when the second player is in, the master is already passing the ownership to the second player so the first's data is likely to be ignored by the others.

@JLChnToZ JLChnToZ self-assigned this Jul 28, 2021
@slord399
Copy link
Contributor Author

ahh, that's makes sense. yeah.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants