diff --git a/src/hub/hub.ts b/src/hub/hub.ts index ae425243..0b46fa5e 100644 --- a/src/hub/hub.ts +++ b/src/hub/hub.ts @@ -726,6 +726,7 @@ async function handleMainMessage(message: NamedMessage) { if (historicalSources.length > 0) { await historicalSources[0].source.loadAllFields(); // Root NT table is always from the first source } + clearInterval(mockProgressInterval); // Start publisher publisher?.stop();