You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Taking a quick look at LedCarveTask trying to find possible causes of divergences of results to default CarverTask reported by an user, I found some InputStream.read(byte[]) calls are not being retried to full fill the buffer, that call may return less bytes than requested before end of stream depending on implementation (and we have some InputStream implementations doing this, it is OK according to java API).
The text was updated successfully, but these errors were encountered:
Taking a quick look at LedCarveTask trying to find possible causes of divergences of results to default CarverTask reported by an user, I found some InputStream.read(byte[]) calls are not being retried to full fill the buffer, that call may return less bytes than requested before end of stream depending on implementation (and we have some InputStream implementations doing this, it is OK according to java API).
The text was updated successfully, but these errors were encountered: