Skip to content

Commit

Permalink
Merge pull request #8 from matthew-larner/SP-3-LiveReviewPooling
Browse files Browse the repository at this point in the history
mqtt.publish set to true for /event topic
  • Loading branch information
matthew-larner authored Feb 6, 2023
2 parents 6db352d + 5190d8e commit 11707a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entities/inceptionLiveReviewPolling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const polling = async (mqttConfig: any) => {
MessageCategory,
What,
Where
}), true);
}), false);
};

let monitorUpdatesPayload: MonitorReviewUpdatesPayloadInterface[];
Expand Down

0 comments on commit 11707a0

Please sign in to comment.