You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when a user clicks the enter button on the client to enter the world with a selected player, before the users player enters portal space, first the server must gather the character object and all inventory biotas from the database.
While the recent improvements have improved this time greatly, there could still be observable latency in the future when the database is being used more heavily.
Desired functionality.
When a user clicks the Enter button, the server should:
Request the Character object from the databases
Send enough info back to the user to enter the selected player into portal space
Request the full list of owned biotas from the database
If the player enters the world before the biotas are received, the user should stay in pink bubble state.
Once all the biotas are received and sent to the user, the player should exit pink bubbles and be playable.
The text was updated successfully, but these errors were encountered:
Bug Report or Feature Request (mark with an
x
)Repro steps.
Currently, when a user clicks the enter button on the client to enter the world with a selected player, before the users player enters portal space, first the server must gather the character object and all inventory biotas from the database.
While the recent improvements have improved this time greatly, there could still be observable latency in the future when the database is being used more heavily.
Desired functionality.
When a user clicks the Enter button, the server should:
The text was updated successfully, but these errors were encountered: