Skip to content

Commit

Permalink
with -p option to publish test series, print each published count to …
Browse files Browse the repository at this point in the history
…give feedback to the user that something is happening.
  • Loading branch information
RichardChambers committed Dec 5, 2023
1 parent fe0b940 commit 4836fbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mqtt/mqtttest.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ int main (int argc, char *argv[])
printf ("Can't publish to Mosquitto server %s\n", pHostName);
return 2;
}
printf("publish: count %d\n", iCount);
sleep (1);
}
} else if (iService == 2) {
Expand Down

0 comments on commit 4836fbb

Please sign in to comment.