Skip to content

Releases: EvidentlyCube/csharp-binary-stream

v1.0.3 - `isEndOfStream` bugfix

19 Jul 19:47
Compare
Choose a tag to compare

Fixed a bug in BinaryReader.isEndOfStream which would return false even if at the end of a stream, if the stream was created from Uint8Array and it didn't encompass all of the underlying buffer.