Improve `Node` sharing among threads to prevent memory issues
enhancementSceneGraphbrs-nodebrs-worker
Currently only `Task`, `Global` and `Scene` are being transferred, but they carry fields and children with other nodes, potentially causing an overload of memory when multiple threads are sharing those nodes. In Safari it causes the simulator to crash and refresh the page.
0 条评论