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
{{ message }}
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
The current implementation allows to determine if the engine has finished processing a script only if the script is guarantee to be synchronous.
We need a way to detect when an async script has exit the loop.
The text was updated successfully, but these errors were encountered:
One subtask is to trap the process.exit call in the test script, since it currently stops the jxcore engine so that it doesn't process the next test.
Quick fix for now: global automated replace of process.exit with return.
Worked is finished, calling process.exit is not anymore an issue and it's handled correctly.
The code will be push along with other tasks regarding the restart-able thread.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The current implementation allows to determine if the engine has finished processing a script only if the script is guarantee to be synchronous.
We need a way to detect when an async script has exit the loop.
The text was updated successfully, but these errors were encountered: