update
This commit is contained in:
@@ -571,9 +571,7 @@ function smartreceive(
|
||||
)
|
||||
# Parse the JSON envelope
|
||||
json_data = JSON.parse(String(msg.payload))
|
||||
println("R1 ----------")
|
||||
PrettyPrinting.pprintln(json_data)
|
||||
println("R1 ==========")
|
||||
log_trace(json_data["correlationId"], "Processing received message") # Log message processing start
|
||||
|
||||
# Process all payloads in the envelope
|
||||
@@ -605,9 +603,7 @@ function smartreceive(
|
||||
log_trace(json_data["correlationId"], "Link transport - fetching '$dataname' from URL") # Log link transport handling
|
||||
|
||||
# Extract download URL from the payload
|
||||
println("R2 ----------")
|
||||
PrettyPrinting.pprintln(payload)
|
||||
println("R2 ==========")
|
||||
url = String(payload["data"])
|
||||
|
||||
# Fetch with exponential backoff using the download handler
|
||||
|
||||
Reference in New Issue
Block a user