Report missing data
dholroyd opened this issue · 1 comments
dholroyd commented
If data is lost on the network, or dropped because it arrived too late, it would be great to have a way to tell where the losses lie within the data actually available.
Is this already possible? Looking at the API, I suppose it could be signaled via some kind of Err(io:Error)
response?
If not possible right now, consider expanding the API so an application can know data was lost before it attempts to process the next data following the loss.