This commit is contained in:
2026-02-18 19:40:41 +07:00
parent a9821b1ae6
commit 483caab54c
3 changed files with 14 additions and 13 deletions

View File

@@ -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