Skip to content

0.5.8

Choose a tag to compare

@yfakariya yfakariya released this 18 Jan 10:58
· 1146 commits to master since this release

This fix includes important bug fixes, so everyone should be updated.

  • Fix Unpacker fails to unpack data when stream returns bytes one by one. It was found in ServiceStack and underlying System.Net Stream implementation. [ #59 ] Thank you @build-ninja.
  • Fix Unpacker fails to unpack data from System.Net Stream implementation when unpacking raw/str/bin data is 0 length. [ #60 ] Thank you @odyth.