Instance Methodswift-websocket 1.1.0WSCore
withBinaryMessageWriter(_:)
Write a single WebSocket binary message as a series of fragmented frames
func withBinaryMessageWriter<Value>(_ write: (inout MessageWriter) async throws -> Value) async throws -> Value
Parameters
- write
Function writing frames