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

Events not firing #377

Open
1 task done
osztenkurden opened this issue Jan 18, 2023 · 0 comments
Open
1 task done

Events not firing #377

osztenkurden opened this issue Jan 18, 2023 · 0 comments
Labels

Comments

@osztenkurden
Copy link

osztenkurden commented Jan 18, 2023

Research

  • I searched but did not find an existing issue or discussion about this bug.

Description

On some demos some events are not firing

I encountered missing round_start event on my matchmaking demo:
https://drive.google.com/file/d/1c3Z6EPaDpCM79dH45HZbCCp80gOOsZoM/view?usp=sharing

  demoFile.gameEvents.on("round_start", () => {
    console.log("NEW ROUND STARTED", demoFile.gameRules.roundsPlayed);
  });

In console it goes:

NEW ROUND STARTED 20
NEW ROUND STARTED 21
NEW ROUND STARTED 23
NEW ROUND STARTED 24

And missing round_end event on this demo from dedicated server, on rounds 17,18,26:
https://drive.google.com/file/d/1rJUjOB8KIaJz6sBpC-5TcIm7lVN6Rmf3/view?usp=sharing

Code to reproduce

  demoFile.gameEvents.on("round_start", () => {
    console.log("NEW ROUND STARTED", demoFile.gameRules.roundsPlayed);
  });

Affected demos

https://drive.google.com/file/d/1rJUjOB8KIaJz6sBpC-5TcIm7lVN6Rmf3/view?usp=sharing
https://drive.google.com/file/d/1c3Z6EPaDpCM79dH45HZbCCp80gOOsZoM/view?usp=sharing

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

No branches or pull requests

1 participant