update
This commit is contained in:
@@ -182,7 +182,7 @@ for (const payload of env.payloads) {
|
||||
using NATSBridge
|
||||
|
||||
# Receive and process message
|
||||
env = smartreceive(msg, fileserverDownloadHandler)
|
||||
env = smartreceive(msg; fileserver_download_handler=_fetch_with_backoff)
|
||||
for (dataname, data, type) in env["payloads"]
|
||||
println("Received $dataname: $data")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user