Skip to content

1.2.0

Compare
Choose a tag to compare
@AndrewR3K AndrewR3K released this 01 Feb 22:44
· 2 commits to main since this release
3946794

What's Changed

  1. New compression (zlib) API
  2. New Net Event API.
    • This can be used instead of CFX default Net events. And has data compression built in for lightning fast network calls.
  3. Compression added to Net Event API and RPC API.
    • This provides lighting fast network calls and tiny payload sizes without any changes on the developer side for RPCs.
    • Want to read more about an example of how fast/tiny this makes the Network calls? Check out this writeup with our crypt script (now built into utils!)
      • TLRD: 1 server with ~80 player making network calls over 24hrs from 1 script, went from 10Gb to 3GB of network traffic.