This commit is contained in:
2026-02-10 11:38:33 +07:00
parent 4019b35574
commit 8e9464210a
3 changed files with 17 additions and 16 deletions

View File

@@ -85,7 +85,8 @@ function test_large_binary_receive()
log_trace("Received $(file_size) bytes of binary data")
# Save received data to a test file
output_path = "test_output.bin"
filename = basename(result.envelope.url)
output_path = "./new_$filename"
write(output_path, result.data)
log_trace("Saved received data to $output_path")