Releases: simdsoft/yasio
Releases · simdsoft/yasio
Add multi channel support
- Support multi-channels at on thread service.
- Async reconnect support
- Optimize log for cross platform
- Optimize log for cocos2d, avoid crash
- Optimize unpack logic
- Avoid buffer attack
- Integrate c-ares support, macro: _USE_ARES_LIB, default value is 0
- Add macros to control whether use object pool, shared_ptr and enable send callback
- Fix shutdown can't close connection.
Just a optimize version.
Don't use master, 3.0 developing is in progress.
2.3.9
Optimize, no need to call select, wait d is 0
Avoid uncessary socker.select call when wait duration is ZERO
Optimize select call when busy.
Optimize, Immediately, If there is still have data to read, no need t call select,
However, the connection exception will detected through do_read or do_write, but it's ok.
2.3.3.3
fix timer priority.
2.3.3.1 VERBOSE_LOG, fix timer process priority
2.3.3
please upgrade to use this release.
2.3.2 Merge branch 'master' of https://github.com/halx99/xxsocket