Skip to content

Releases: koraykoska/libwebsockets.swift

0.1.2

14 Aug 12:12
c79e692
Compare
Choose a tag to compare

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

13 Aug 12:00
c705625
Compare
Choose a tag to compare

This is a bug-fix release. Bug fixes:

  • Fix edge case deadlock in ping interval setter.

0.1.0

12 Aug 12:52
ccb53f9
Compare
Choose a tag to compare

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