Skip to content

Releases: koraykoska/libwebsockets.swift

0.1.12

11 Nov 16:07
6140eaa
Compare
Choose a tag to compare

Fixes custom host header setting.

0.1.11

10 Oct 14:43
1543bcb
Compare
Choose a tag to compare

ByteBuffer instead of Data for performance.

0.1.10

10 Oct 14:26
7ea4567
Compare
Choose a tag to compare

Performance improvements on pre-allocating frame sequences.

0.1.9

10 Oct 14:01
ff2133b
Compare
Choose a tag to compare

Fix bug with counter.

0.1.8

10 Oct 13:33
ac2aad2
Compare
Choose a tag to compare

More reasonable frame sequence buffer size.

0.1.7

10 Oct 13:33
fdcb674
Compare
Choose a tag to compare

Frame sequence performance improvements.

0.1.6

10 Oct 12:28
0d31675
Compare
Choose a tag to compare

Performance improvements.

  • Removed lock on WebsocketFrameSequence simple type
  • Increased buffer size

0.1.5

03 Oct 13:21
4778cf5
Compare
Choose a tag to compare

Performance improvements.

  • Removed lock on appending data
  • Increased buffer size

0.1.4

17 Aug 17:57
2d8be89
Compare
Choose a tag to compare

Bug fixes and performance improvements.

  • Fixed lots of segfaults
  • Performance improvements by using more threads for ws processing

0.1.3

15 Aug 10:43
33ec31a
Compare
Choose a tag to compare

This is a bug fix release:

  • Using a shared lws context to lower memory and thread footprint

Note: This release makes it impossible to customize connection timeout and max frame size. Will be dealt with in another release.