1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Update reqreply.md

This commit is contained in:
Ginger Collison 2019-10-18 09:34:52 -05:00 committed by GitHub
parent f23c5dde6d
commit 89a4e9395c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,5 +38,5 @@ You should see the message `Receiver is listening`, and that the NATS receiver c
The NATS requestor client makes a request by sending the message "some message" on the “help.please” subject. The NATS requestor client makes a request by sending the message "some message" on the “help.please” subject.
The NATS receiver client receives the message, formulates the reply \("OK, I CAN HELP!!!\), and sends it to the inbox of the requester. The NATS receiver client receives the message, formulates the reply \("OK, I CAN HELP!!!"\), and sends it to the inbox of the requester.