Skip to content

Commit

Permalink
No timeout limit as sample uses while true (GoogleCloudPlatform#1238)
Browse files Browse the repository at this point in the history
* Unfounded timeout limit as sample uses while true

* Update README.md
  • Loading branch information
anguillanneuf authored and kurtisvg committed Oct 25, 2018
1 parent 64f3ec1 commit 31b8aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubsub/cloud-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Publishes 5 messages to the topic `my-topic`.
```
mvn exec:java -Dexec.mainClass=com.example.pubsub.SubscriberExample -Dexec.args=my-sub
```
Subscriber will continue to listen on the topic for 5 minutes and print out message id and data as messages are received.
Subscriber will continue to listen on the topic and print out message id and data as messages are received. Press `Ctrl+C` to exit the application.

#### Testing
Run the test with Maven.
Expand Down

0 comments on commit 31b8aa1

Please sign in to comment.