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