mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-19 22:51:20 +00:00
So apparently when conditions are right it could make infinite loop (client push -> server receive -> server push -> client receive -> client push...) killing client and server performance. <vui-button> now pushes data as JSON, this preserves data structure of parameters Store now won't allow state to be pushed if it was very recently received There was a plausibly for vueui/Topic() to push data twice, hindering performance. This was mitigated by taking in to consideration object Topic return value if data should pushed. Separated some code in to separate file for future reusal or programical uses.