0.5.8
This fix includes important bug fixes, so everyone should be updated.
- Fix
Unpackerfails to unpack data when stream returns bytes one by one. It was found in ServiceStack and underlying System.NetStreamimplementation. [ #59 ] Thank you @build-ninja. - Fix
Unpackerfails to unpack data from System.NetStreamimplementation when unpacking raw/str/bin data is 0 length. [ #60 ] Thank you @odyth.