From 6d327967b100030e764d76d73434810aa54d07e6 Mon Sep 17 00:00:00 2001 From: narawat Date: Sat, 23 May 2026 20:37:01 +0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1b1f27..e103f6f 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ NATS.publish(conn, "test.topic", envelope_json_str; reply_to="test.replytopic") NATS.drain(conn) # OR -reply = NATS.request("nats.yiem.cc", "test.topic", env_json_str) +reply = NATS.request(conn, "test.topic", envelope_json_str, timeout=10) ``` #### JavaScript (Node.js)