update
This commit is contained in:
@@ -103,9 +103,9 @@ smartsend(
|
||||
)
|
||||
|
||||
# Receive returns a dictionary envelope with all metadata and deserialized payloads
|
||||
envelope = smartreceive(msg, fileserverDownloadHandler, max_retries, base_delay, max_delay)
|
||||
# envelope["payloads"] = [("dataname1", data1, type1), ("dataname2", data2, type2), ...]
|
||||
# envelope["correlationId"], envelope["msgId"], etc.
|
||||
env = smartreceive(msg, fileserverDownloadHandler, max_retries, base_delay, max_delay)
|
||||
# env["payloads"] = [("dataname1", data1, type1), ("dataname2", data2, type2), ...]
|
||||
# env["correlationId"], env["msgId"], etc.
|
||||
```
|
||||
|
||||
## Architecture Diagram
|
||||
|
||||
Reference in New Issue
Block a user