Skip to content

Commit 45680d0

Browse files
committed
todo
1 parent b93e545 commit 45680d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/digitalmediaserver/cast/Channel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2598,7 +2598,7 @@ public void run() {
25982598
} else if ("PONG".equals(responseType)) {
25992599
LOGGER.trace(CAST_API_HEARTBEAT_MARKER, "Received PONG from {}", remoteName);
26002600
while (true) {
2601-
int current = pingCounter.get();
2601+
int current = pingCounter.get();//TODO: (Nad) Update Load and any other methods that returns MediaStatus
26022602
int next = current - 1;
26032603
if (next < 0) {
26042604
LOGGER.warn(

0 commit comments

Comments
 (0)