What's Changed
Allow send(_ binary:)
to accept some DataProtocol
by @fizker in #146
This allows for passing in
Data
orByteBufferView
tosend(_:)
, as well as the currently-supported[UInt8]
type.
This patch was released by @0xTim
Full Changelog: 2.14.0...2.15.0