SystemLink Forum

cancel
Showing results for 
Search instead for 
Did you mean: 

Safeguards for network flakiness?

Solved!
Go to solution

Hello,

 

Does the Skyline file transfer infrastructure contain any auto-recovery mechanisms? Suppose a client was in the middle of uploading a large file when the network goes down briefly. Is there a way to resume the upload when connection is re-established, or would we need to start from scratch?

Certified LabVIEW Developer
0 Kudos
Message 1 of 2
(2,400 Views)
Solution
Accepted by topic author JKSH

It doesn't have any auto retry.

 

If you open up Send File you will see that it writes the file out in chunks, but on error the loop will exit and everything else will fail.

 

You could create your own copy of Send File and modify it to retry on error, so that you don't have to start from scratch.

Message 2 of 2
(2,382 Views)