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

[Bug] Join time: Figure out why there's a ~10sec delay in requesting assets #128

Open
Kluskey opened this issue May 3, 2024 · 0 comments

Comments

@Kluskey
Copy link
Contributor

Kluskey commented May 3, 2024

There's a 10 sec delay until the GD client starts requesting assets. We can greatly improve join time by figuring out where that delay is.


Join time improvements thoughts:

  • Instantly have the player "start" via getting all data and starting the scene (thus the player can walk around, manipulate things, etc.) and then it connects to the network. There will need to be a reconciliation, but that's no biggie - the important part is that the player is quickly in-world.
  • OfflineMultiplayerPeer: Have the client join be immediately but it doesn't actually open a socket right away (XL t-shirt size)

To keep in mind: What if the server didn't change per Space? The server is just "always running" and the Spaces are dynamically swapped out

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

No branches or pull requests

2 participants