update readme

This commit is contained in:
2026-05-23 20:37:01 +07:00
parent 4e8b7faead
commit 6d327967b1

View File

@@ -209,7 +209,7 @@ NATS.publish(conn, "test.topic", envelope_json_str; reply_to="test.replytopic")
NATS.drain(conn) NATS.drain(conn)
# OR # 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) #### JavaScript (Node.js)