BabylonJS / BabylonJS/BabylonNative
ScriptLoader will continue loading after AppRuntime/JsRuntime is destroyed
Open
bug
- Dominant language
- C++
- Stars
- 919
- Forks
- 162
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 19
Description
If ScriptLoader is set up to load a script asynchronously and the app shutdown before the script is loaded, the script loader will continue trying to load the script since there are no cancellation sources associated with the tasks.
Perhaps the ScriptLoader should be owned by JS so that it will know when the JS goes down.
Contributor guide
Assessment
This issue has not been assessed yet.