SB Profile values

This commit is contained in:
2025-07-08 14:19:38 +02:00
parent a5802f46d5
commit d2a4846df6
6 changed files with 160 additions and 8 deletions
+1 -3
View File
@@ -30,9 +30,7 @@ const App: FC = () => {
commBus.on(TFDI_SIMBRIEF_USERNAME_EVENT, usernameCallback);
commBus.on(COMM_BUS_LIVE_DATA_EVENT, wasmCallback);
setTimeout(() => {
Coherent.call(COHERENT_COMM_BUS_WASM_CALL, TFDI_SIMBRIEF_USERNAME_CALL, 'null');
}, 1000);
Coherent.call(COHERENT_COMM_BUS_WASM_CALL, TFDI_SIMBRIEF_USERNAME_CALL, 'null');
return () => {
console.log('De-Initializing CommBus');