Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLiu506 committed Nov 23, 2021
1 parent 736bf1f commit b80033d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ public void onError(Throwable t) {
@Override
public void onCompleted() {
logger.log(Level.INFO, "Complete receiving message from ACA@" + hostIp);
finishLatch.countDown();
}
};

Expand Down

0 comments on commit b80033d

Please sign in to comment.