Skip to content

v1.0.12

Compare
Choose a tag to compare
@da4089 da4089 released this 26 Nov 07:04
· 111 commits to master since this release
  • Fix parser issue when parsing a message where the data field length is parsed from one call to append, but the content field is appended and parsed later (ie. append, parse -> None, append, parse -> msg).