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
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
The text was updated successfully, but these errors were encountered:
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 successfullyThe text was updated successfully, but these errors were encountered: