Skip to content

v0.5.0

Compare
Choose a tag to compare
@rosen-vladimirov rosen-vladimirov released this 15 Jan 11:55
· 48 commits to master since this release

Implemented

  • Add support for using --debug-brk.
  • Export MessageUnpackStream class, which can be used to extract messages coming on chunks with the following format:
    • first 4 bytes contain the length of the message. Length is in Big-endian
    • next bytes contain the full message

Fixed

  • In case only part of the first 4 bytes is sent, the MessageUnpackStream fails to parse it with indefinite recursion, leading to MaximumCallStackSizeExceeded error.