This repository has been archived by the owner on May 13, 2024. It is now read-only.
Releases: tidwall/SwiftWebSocket
Releases · tidwall/SwiftWebSocket
Xcode 7.3 and Swift/2.2
tvOS Support
2.5.0 tvOS, fixes #29, bump 2.5.0
ObjC Support
Support for Objective-C.
Event handling in ObjC is done through the delegate
property.
2.0.0 - Swift 2.0 Ready
Removed NSError in favor of ErrorType.
Many Bugfixes.
Performance enhancements through:
- Fewer dispatches
- Hashed connections
- Smaller memory footprint