From 1c9d48231056a89f368280b5191467ad1e3fef13 Mon Sep 17 00:00:00 2001 From: narawat Date: Tue, 18 Aug 2026 22:35:53 +0700 Subject: [PATCH] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7321287..1357643 100644 --- a/README.md +++ b/README.md @@ -342,7 +342,7 @@ NATS.publish(conn, "test.topic", message_envelope_json_str; reply_to="test.reply NATS.drain(conn) # OR using request-reply pattern -reply = NATS.request(conn, "test.topic", message_envelope_json_str, timeout=10) +reply = NATS.request(conn, "test.topic", message_envelope_json_str; timeout=10) ``` #### Receive Messages (Publish - Subscribe Pattern)