Open Basinsky opened 4 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Dev meeting: since the scripting engine is due for a replacement, this probably won't be fixed.
But it's probably a good idea to keep it around to test the new one
Hello! Is this still an issue?
I still experience the 'halting problem' on entity server scripts. Here I have and example: https://bas-skyspace.ams3.digitaloceanspaces.com/HaltingProblem.mp4 look at the end and see how the entity Script Server Log continues normal while the updates on the model are stalled and than catches up. I use Script.setInterval for the timer. Here is my code https://bas-skyspace.ams3.digitaloceanspaces.com/timesUpServer1.js It looks like defaultscript.js is stopping it. Is this due to the single thread? the entity script log continues every second, the models stop updating for a moment when the defaultscript.js is doing the GOTO and PEOPLE notifications