v0.3.1
Compatibility
- Cyberpunk 2077 v2.21
- RED4ext v1.27.0+
- redscript v0.5.27+
- Cyber Engine Tweaks v1.35.0+
Fixed
- manually send chunks of data until buffer is completely sent (
asio::writenot behaving as expected). Before, it always failed when message was to big (~300 KB and more). - stop sending buffer when remote socket is closed, and trigger
OnDisconnectioncallback.
Added
- a maximum limit of failed attempts before aborting, default is 10.
- an optional error callback, triggered after aborting.
See README to use optional arguments of method SendCommand.