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

TURN doesn't seem to advance from index:1 if there are multiple seats having that index #2261

Open
ArnoldSmith86 opened this issue Aug 24, 2024 · 2 comments · May be fixed by #2410
Open

TURN doesn't seem to advance from index:1 if there are multiple seats having that index #2261

ArnoldSmith86 opened this issue Aug 24, 2024 · 2 comments · May be fixed by #2410
Labels
bug Something isn't working routine operations changes to button behavior

Comments

@ArnoldSmith86
Copy link
Owner

ArnoldSmith86 commented Aug 24, 2024

Turn button in the middle: QuickDownload without assets 2024-08-24 1841 - Unnamed.vtt.zip

Edit: When changing one of the 1s to a 2, there are two 2s but it works then.

@ArnoldSmith86 ArnoldSmith86 added bug Something isn't working routine operations changes to button behavior labels Aug 24, 2024
@96LawDawg
Copy link
Collaborator

I swear if there is another problem with TURN I'm going to burn the server down and start over.

@bjalder26
Copy link
Collaborator

It doesn't advance whenever two seats with the lowest number have the same index, but works for any other seats having the same index.

I figure it probably has something to do with !c[0].get('turn'), though I don't really understand what is going on.

for (let i = 0; i < c.length && !c[0].get('turn'); i++) {
              c.unshift(c.pop());
            }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working routine operations changes to button behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants