Skip to content

Releases: lxzan/gws

v1.9.1

26 Mar 03:41
2f8059c

Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.9.1

switch to sync.map

18 Mar 01:46
c80c435

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.9...v1.9.0

Benchmark

65536 elements, 16B string key

image

v1.8.9

13 May 06:55
d867120

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.8...v1.8.9

v1.8.8

22 Sep 04:53
cfca2d0

Choose a tag to compare

What's Changed

  • fix ipv6 client connection errors by @lxzan in #116

Full Changelog: v1.8.7...v1.8.8

v1.8.7

21 Aug 13:59
586e980

Choose a tag to compare

  1. Fix the lazy loading exception of sliding window
  2. Optimize error handling, simplify code logic
  3. Add defensive programming in WriteFile section.

WriteFile

19 Aug 08:43
a6641ec

Choose a tag to compare

Merge pull request #109 from lxzan/writeReader

WriteFile

v1.8.5

11 Jun 03:50

Choose a tag to compare

Disable compression threshold, when context takeover is enabled.

v1.8.4

09 Jun 05:06
903f940

Choose a tag to compare

  1. add async method
  2. export map type, avoiding concurrency issues

v1.8.3

03 May 06:30
e89cffb

Choose a tag to compare

improve the buffer pool

v1.8.2

23 Apr 08:36
bf09c37

Choose a tag to compare

Fix: ReadMaxPayloadSize limit may be exceeded when receiving content with very high compression rate.