Releases: xuuhaoo/OkSocket
OkSocket V4.2.1
What's New
1.Fixed the issue of getHeaderLength() being called multiple times on a single read of data to better support dynamic header length
2.The ability to get and set local ports has been added
OkSocket V4.1.0
What's New
1.OkSocket has removed all android.jar dependencies.
2.fix a lot of bus in Server code.
3.Independent thread callback.
4.Performance optimization
OkSocket V3.1.1
What's New
1.OkSocket can notify status on the thread which is not the main thread.
2.fix the bug #104
OkSocket V3.0.0
What's New
1.OkSocket provide server support in Android client.
2.Optimized interfaces and library structures to better support componentization
OkSocket V2.1.0
What's New
1.Improve the thread scheduling performance in multi-socket communication, solve the problem of multi-thread anr
2.Optimize readability
OkSocket V2.0.4
What's New
1.Fix analysis header return -1 bugs.
2.Reconnect callback the ConnectInfo wrong.
OkSocket V2.0.0-Beta
What's New
- Fix more bugs.
- Modified the spelling of some functions.
- Changed the logging language in English.
- Modified 10M error message to make it more friendly.
- Added disconnection thread to better support SSLSocket.
- Solves the problem of thread leakage caused by quick call connection and disconnection.
- Change the variable name of OkOption to make it easier to understand.
- Update the DEMO to make it more comprehensive.
- The background environmental protection device logic update, repair original unreasonable design.
- New ActivityStack is introduced to replace the old logic to better support the lifecycle.
OkSocket V1.2.3
What's New
- Fix bug #46 .In this case we find a bug of setting a Options not update when you already open connect.
- Optimizing the OkSocket interface.
OkSocket V1.2.2
OkSocket V1.2.1
What's New
- Fix bug in IO caches
- Update upload files