8000 No timeout limit as sample uses while true (#1238) · qiwzhang/java-docs-samples@31b8aa1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 31b8aa1

Browse files
anguillanneufkurtisvg
authored andcommitted
No timeout limit as sample uses while true (GoogleCloudPlatform#1238)
* Unfounded timeout limit as sample uses while true * Update README.md
1 parent 64f3ec1 commit 31b8aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubsub/cloud-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Publishes 5 messages to the topic `my-topic`.
4747
```
4848
mvn exec:java -Dexec.mainClass=com.example.pubsub.SubscriberExample -Dexec.args=my-sub
4949
```
50-
Subscriber will continue to listen on the topic for 5 minutes and print out message id and data as messages are received.
50+
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.
5151

5252
#### Testing
5353
Run the test with Maven.

0 commit comments

Comments
 (0)
0