Skip to content

Commit

Permalink
Sleep a bit at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Andersen committed Sep 21, 2018
1 parent 29356f7 commit 331dec1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ func main() {
os.Exit(1)
}
}
time.Sleep(2 * time.Second)
}

func subscribe(client mqpb.WAVEMQClient, perspective []byte) {
Expand Down

0 comments on commit 331dec1

Please sign in to comment.