Releases: koraykoska/libwebsockets.swift
Releases · koraykoska/libwebsockets.swift
0.1.2
This releases fixes some bugs:
- Websocket was
nil
in cases where the OS ran out of open files (ulimit -n
). Check against that.
0.1.1
This is a bug-fix release. Bug fixes:
- Fix edge case deadlock in ping interval setter.
0.1.0
Initial Release
This release includes the following:
- libwebsockets wrapper for clients:
WebsocketClient
- Extensive testing using the Autobahn testsuite
- SSL and compression support out of the box
- Feature-complete
- High performance
- Thread safe
- Easy to use, swifty wrappers
- Automatic memory management