update
This commit is contained in:
@@ -160,7 +160,7 @@ end
|
||||
"brokerURL": "nats://localhost:4222",
|
||||
|
||||
"metadata": {
|
||||
|
||||
|
||||
},
|
||||
|
||||
"payloads": [
|
||||
@@ -327,7 +327,7 @@ function smartsend(
|
||||
```julia
|
||||
function smartreceive(
|
||||
msg::NATS.Message,
|
||||
fileserverDownloadHandler::Function=_fetch_with_backoff;
|
||||
fileserverDownloadHandler::Function;
|
||||
max_retries::Int = 5,
|
||||
base_delay::Int = 100,
|
||||
max_delay::Int = 5000
|
||||
|
||||
Reference in New Issue
Block a user