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
Stream.Read(buffer, offset, count) does not guarantee to read "count" bytes. The return value has to be used to make sure all bytes were received. If bytes are received fragmented (e.g. on a bad connection) the StreamSync class breaks.
Stream.Read(buffer, offset, count) does not guarantee to read "count" bytes. The return value has to be used to make sure all bytes were received. If bytes are received fragmented (e.g. on a bad connection) the StreamSync class breaks.
see:
https://msdn.microsoft.com/en-us/library/system.io.stream.read(v=vs.110).aspx
The text was updated successfully, but these errors were encountered: