Hello!
When running some tests (instantiating/disconnecting multiple times in quick succession) sometimes an error gets thrown because the instantiation process has an async part (loading of lua scripts)
Can be solved by adding a ready event fired after lua scripts are loaded successfully
Hello!
When running some tests (instantiating/disconnecting multiple times in quick succession) sometimes an error gets thrown because the instantiation process has an async part (loading of lua scripts)
Can be solved by adding a
readyevent fired after lua scripts are loaded successfully