Instance Methodswift-nio 2.84.0NIOWebSocket->NIOCore
readWebSocketErrorCode
Read a websocket error code from a byte buffer.
mutating func readWebSocketErrorCode() -> WebSocketErrorCode?
Returns
The error code, or nil
if there were not enough readable bytes.
This method increments the reader index.