Skip to content

v5.0.0

Compare
Choose a tag to compare
@fed135 fed135 released this 06 Aug 13:16
· 7 commits to master since this release

This build focuses on streamlining serialisation to increase performance, now properly fixing multiplexing and reducing the bundle size.

Features

  • Fixed multiplexing

Breaking changes

  • Changed default packet framing to be a pure json object
  • Removed custom framing
  • Added packet message hard cap (0xFF) across all channels for a client
  • Frame Ids now cycle from 0-0xFFFF instead of 0-0xFF