Releases: koraykoska/libwebsockets.swift
Releases · koraykoska/libwebsockets.swift
0.1.12
0.1.11
ByteBuffer instead of Data for performance.
0.1.10
Performance improvements on pre-allocating frame sequences.
0.1.9
Fix bug with counter.
0.1.8
More reasonable frame sequence buffer size.
0.1.7
Frame sequence performance improvements.
0.1.6
Performance improvements.
- Removed lock on WebsocketFrameSequence simple type
- Increased buffer size
0.1.5
Performance improvements.
- Removed lock on appending data
- Increased buffer size
0.1.4
Bug fixes and performance improvements.
- Fixed lots of segfaults
- Performance improvements by using more threads for ws processing
0.1.3
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.