Skip to content

Commit a0bae4d

Browse files
author
Aaron
committed
Session checks pending outbound messages to see if any can actually be written.
1 parent 4fcfdf4 commit a0bae4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dslink-v2/src/main/java/com/acuity/iot/dsa/dslink/protocol/DSSession.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ private void waitForAcks(long timeout) {
384384
}
385385
if ((System.currentTimeMillis() - start) > timeout) {
386386
debug(debug() ? String
387-
.format("witForAcks timeout (%s / %s)", ackRcvd, messageId)
387+
.format("waitForAcks timeout (%s / %s)", ackRcvd, messageId)
388388
: null);
389389
break;
390390
}

0 commit comments

Comments
 (0)