websocket-kit

2.15.0

WebSocket client library built on SwiftNIO
vapor/websocket-kit

What's New

2.15.0 - Allow `send(_ binary:)` to accept `some DataProtocol`

2024-03-20T17:40:26Z

What's Changed

Allow send(_ binary:) to accept some DataProtocol by @fizker in #146

This allows for passing in Data or ByteBufferView to send(_:), as well as the currently-supported [UInt8] type.

This patch was released by @0xTim

Full Changelog: 2.14.0...2.15.0

Description

  • Swift Tools 5.7.0
View More Packages from this Author

Dependencies

Last updated: Fri May 10 2024 11:08:11 GMT-0900 (Hawaii-Aleutian Daylight Time)