Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/takanorig/mqtt-bench
Browse files Browse the repository at this point in the history
  • Loading branch information
takanorig committed Aug 1, 2015
2 parents 66e01e4 + 6d8f810 commit 9e67c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mqtt-bench.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func SubscribeAllClient(clients []*MQTT.Client, opts ExecOptions, param ...strin
defer wg.Done()

var loop int = 0
for results[clientId].Count <= opts.Count {
for results[clientId].Count < opts.Count {
loop++

if Debug {
Expand Down

0 comments on commit 9e67c6e

Please sign in to comment.