This commit is contained in:
2025-07-03 15:24:32 +02:00
parent 93c7815d96
commit a8a827b253
44 changed files with 43218 additions and 2443 deletions
+2
View File
@@ -35,6 +35,8 @@ const App: FC = () => {
}, 1000);
return () => {
console.log('De-Initializing CommBus');
commBus.off(TFDI_SIMBRIEF_USERNAME_EVENT, usernameCallback);
commBus.off(COMM_BUS_LIVE_DATA_EVENT, wasmCallback);