Skip to content

Releases: bhsw/concurrent-ws

Fixed compatibility with Swift 5.7/Xcode 14

13 Sep 02:15
Compare
Choose a tag to compare

This release addresses an ambiguous subscript error identified by the latest version of Xcode.

v0.4.0: Task cancellation fix

27 May 06:09
Compare
Choose a tag to compare
Fixed a Task cancellation bug.

A misleading error was being thrown if the Task performing a WebSocket handshake
was canceled. Added WebSocketError.canceled to address this case.

v0.3.0: Renamed the library product in Package.swift

16 May 05:03
Compare
Choose a tag to compare

v0.2.0: Close handshake improvements

16 May 03:36
Compare
Choose a tag to compare