v1.7.0
Release v1.7.0
Optimizations
- Fixed a few oversights in previous versions, where sending large amounts of encrypted data caused performance issues.
- Other functions have also been optimized to increase their efficiency when handling large amounts of data.
- Adjusted the fragmentation to only limit the scriptevent's message size not the entire command.
Additions
ConnectionManager
has two new methods;send
andinvoke
Connection
has three new methods;on
,once
, andhandle
Connection
also has a newterminate
method. This can be used to close existing connections.
Other
Removed the CONFIG
export, all values are now hardcoded.
Since the project is getting large, I've added a minified JS file for those who want to keep their pack sizes low.
What's Changed
- v1.7.0 by @OmniacDev in #7
Full Changelog: v1.6.0...v1.7.0