Skip to content

Releases: xuuhaoo/OkSocket

OkSocket V4.2.1

18 Dec 10:09
Compare
Choose a tag to compare

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

15 Nov 12:39
Compare
Choose a tag to compare

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

19 Oct 14:27
Compare
Choose a tag to compare

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

30 Aug 09:13
Compare
Choose a tag to compare

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

26 Aug 09:38
Compare
Choose a tag to compare

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

03 Aug 06:41
907bb6f
Compare
Choose a tag to compare

What's New

1.Fix analysis header return -1 bugs.
2.Reconnect callback the ConnectInfo wrong.

OkSocket V2.0.0-Beta

20 Apr 14:20
Compare
Choose a tag to compare
OkSocket V2.0.0-Beta Pre-release
Pre-release

What's New

  1. Fix more bugs.
  2. Modified the spelling of some functions.
  3. Changed the logging language in English.
  4. Modified 10M error message to make it more friendly.
  5. Added disconnection thread to better support SSLSocket.
  6. Solves the problem of thread leakage caused by quick call connection and disconnection.
  7. Change the variable name of OkOption to make it easier to understand.
  8. Update the DEMO to make it more comprehensive.
  9. The background environmental protection device logic update, repair original unreasonable design.
  10. New ActivityStack is introduced to replace the old logic to better support the lifecycle.

OkSocket V1.2.3

05 Mar 13:50
e411e23
Compare
Choose a tag to compare

What's New

  1. Fix bug #46 .In this case we find a bug of setting a Options not update when you already open connect.
  2. Optimizing the OkSocket interface.

OkSocket V1.2.2

23 Feb 03:15
d0197bf
Compare
Choose a tag to compare

What's New

  1. Fix bug #43

Thanks @fmworld provide the merge request to fix the bug #43 .

OkSocket V1.2.1

17 Jan 16:21
e17d0f8
Compare
Choose a tag to compare

What's New

  1. Fix bug in IO caches
  2. Update upload files