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

Make sure SyncingInfo is initialized immediately when session is created, #412

Open
github-actions bot opened this issue Jun 9, 2024 · 0 comments
Labels
code:todo A TODO/FIXME comment in code.

Comments

@github-actions
Copy link

github-actions bot commented Jun 9, 2024

even before a frame has advanced.


self.input_collector.advance_frame();
// TODO: Make sure NetworkInfo is initialized immediately when session is created,
// even before a frame has advanced.
//
// The existance of this resource may be used to determine if in an online match, and there could
// be race if expected it to exist but testing before first frame advance.
world.insert_resource(NetworkInfo {


This issue was generated by todo-issue based on a TODO comment in f895957.
@github-actions github-actions bot added the code:todo A TODO/FIXME comment in code. label Jun 9, 2024
@github-actions github-actions bot changed the title Make sure NetworkInfo is initialized immediately when session is created, Make sure SyncingInfo is initialized immediately when session is created, Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code:todo A TODO/FIXME comment in code.
Projects
None yet
Development

No branches or pull requests

0 participants