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
Describe the bug
I kept playing around with my project, and then it started connecting to wifi (which it shouldn't. It's nowhere in the code). after changing a semicolon in my code for recompilation, it started working again.
To Reproduce
Just compile a million billion times and hope it'll glitch.
Expected behavior
The correct project should start running
Environment (please complete the following information):
OS: MacOS
Browser Chrome
Version 111
Additional context
Yes I know this is the second issue today.
I'm pretty sure the server mixed up two compiles.
The text was updated successfully, but these errors were encountered:
Well sadly I don't 24/7 screen record and the probabilities of this happening are very low. I think the compile ID or something might be something like new Date() or Date.now() (get the current UTC time in ms) so if two people compile and it happens in the exact same moment it might happen. My idea to reproduce would be to use something like puppeteer to open two browsers and compile. then try a few times and both might be mixed up, though the probabilities will still be very low so it's probably not a good way to reproduce, and you'll have to try like a million times.
Describe the bug
I kept playing around with my project, and then it started connecting to wifi (which it shouldn't. It's nowhere in the code). after changing a semicolon in my code for recompilation, it started working again.
To Reproduce
Just compile a million billion times and hope it'll glitch.
Expected behavior
The correct project should start running
Environment (please complete the following information):
Additional context
Yes I know this is the second issue today.
I'm pretty sure the server mixed up two compiles.
The text was updated successfully, but these errors were encountered: