update readme
This commit is contained in:
@@ -193,11 +193,12 @@ using msghandler, NATS
|
|||||||
conn = NATS.connect("nats.yiem.cc")
|
conn = NATS.connect("nats.yiem.cc")
|
||||||
NATS.subscribe(conn, "test.topic") do msg
|
NATS.subscribe(conn, "test.topic") do msg
|
||||||
println("Received message on $(msg.subject)")
|
println("Received message on $(msg.subject)")
|
||||||
|
payloads = String(msg.payload)
|
||||||
|
|
||||||
# Use NATSBridge.smartreceive to handle the data
|
# Use NATSBridge.smartreceive to handle the data
|
||||||
# API: smartreceive(msg, download_handler; max_retries, base_delay, max_delay)
|
# API: smartreceive(msg, download_handler; max_retries, base_delay, max_delay)
|
||||||
envelope = msghandler.smartunpack(
|
envelope = msghandler.smartunpack(
|
||||||
msg;
|
payloads;
|
||||||
max_retries = 5,
|
max_retries = 5,
|
||||||
base_delay = 100,
|
base_delay = 100,
|
||||||
max_delay = 5000
|
max_delay = 5000
|
||||||
|
|||||||
Reference in New Issue
Block a user