ITADN

Improve `Node` sharing among threads to prevent memory issues

#726Openlvcabral 创建于 2025-11-05
enhancementSceneGraphbrs-nodebrs-worker
L
lvcabralcommented
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 条评论