We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7723b78 commit 1ffcb06Copy full SHA for 1ffcb06
packages/mos-gateway/src/mosStatusHandler.ts
@@ -90,7 +90,7 @@ export class MosStatusHandler {
90
91
const diffTime = this.#mosTypes.mosTime.create(Date.now())
92
93
- // nocommit - should this be done with some concurrency?
+ // Future: should this be done with some concurrency?
94
for (const status of statusDiff) {
95
// New implementation 2022 only sends PLAY, never stop, after getting advice from AP
96
// Reason 1: NRK ENPS "sendt tid" (elapsed time) stopped working in ENPS 8/9 when doing STOP prior to PLAY
0 commit comments