Hello,
If the connection between client and server is corrupted I want to resend file not from the begin, so I need to stream file from a specific offset (start byte).
How can I do that using your library or another solution in nodejs? And how can I pause and resume the stream?