Instance Method
send(raw:opcode:fin:)
func send<Data>(raw data: Data, opcode: WebSocketOpcode, fin: Bool = true) async throws where Data : DataProtocol
Instance Method
func send<Data>(raw data: Data, opcode: WebSocketOpcode, fin: Bool = true) async throws where Data : DataProtocol