This commit is contained in:
2026-02-23 06:28:41 +07:00
parent 896dd84d2a
commit ef47fddd56
6 changed files with 6 additions and 6 deletions

View File

@@ -81,7 +81,7 @@ function test_large_binary_send()
# API: smartsend(subject, [(dataname, data, type), ...]; keywords...)
env = NATSBridge.smartsend(
SUBJECT,
[data1, data2], # List of (dataname, data, type) tuples
[data1, data2]; # List of (dataname, data, type) tuples
nats_url = NATS_URL;
fileserver_url = FILESERVER_URL,
fileserverUploadHandler = plik_upload_handler,