This repository was archived by the owner on Jan 6, 2025. It is now read-only.
Added workaround for bug in MRE synchronization layer.#18
Open
Abbodarr wants to merge 1 commit intoAltspaceVR:masterfrom
Open
Added workaround for bug in MRE synchronization layer.#18Abbodarr wants to merge 1 commit intoAltspaceVR:masterfrom
Abbodarr wants to merge 1 commit intoAltspaceVR:masterfrom
Conversation
|
Hi ! I've try your update, but we have another issue... When you reenter, or change world to come back, the MRE disappear on avatar who stay in the world, we have to restart completely the game.Do you have a solution for this issue ? Thank you so much |
Author
|
That is strange! I switch worlds a lot and haven't seen that. Can you
double check that the problem doesn't fix itself if you hang around in the
world for 5 seconds? This workaround works by resetting everything 5
seconds after you enter the world.
…On Sat, May 21, 2022 at 3:25 AM B4rtux ***@***.***> wrote:
Hi ! I've try your update, but we have another issue... When you reenter,
or change world to come back, the MRE disappear on avatar who stay in the
world, we have to restart completely the game.Do you have a solution for
this issue ? Thank you so much
—
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD7MDUEJQTZOJXGMU747QOLVLCMX5ANCNFSM5FA4QDOA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
no sorry i forgot to delete my message... it's working (my fault when i've fork you repo, it s not forked the new app.ts and sync-fix.ts so it's done right now thanks you so much |
Author
|
No problem, and hope it continues to work for you!
…On Sun, May 22, 2022 at 11:17 AM B4rtux ***@***.***> wrote:
no sorry i forgot to delete my message... it's working (my fault when i've
fork you repo, it s not forked the new app.ts and sync-fix.ts so it's done
right now thanks you so much
—
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD7MDUCKKREBFQJHWAPNKMTVLJMX5ANCNFSM5FA4QDOA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a workaround for MRE synchronization issues for late joiners. All attachments are reattached and ButtonBehaviors are reassigned for each group of users that join in a five second period.