Doing that synchronously isn't possible tho right? Bidirectional sync IPC is mega banned
29.10.2024 02:21
👍 1
🔁 0
💬 1
📌 0
Doing that synchronously isn't possible tho right? Bidirectional sync IPC is mega banned
Working as intended ;) values sent over the bridge are copied, not linked. So getters / setters don't work (along with any other proxy trap)