We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
round_start
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
round_end
https://drive.google.com/file/d/1rJUjOB8KIaJz6sBpC-5TcIm7lVN6Rmf3/view?usp=sharing https://drive.google.com/file/d/1c3Z6EPaDpCM79dH45HZbCCp80gOOsZoM/view?usp=sharing
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Research
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
In console it goes:
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
Affected demos
https://drive.google.com/file/d/1rJUjOB8KIaJz6sBpC-5TcIm7lVN6Rmf3/view?usp=sharing
https://drive.google.com/file/d/1c3Z6EPaDpCM79dH45HZbCCp80gOOsZoM/view?usp=sharing
The text was updated successfully, but these errors were encountered: