websocket-sharp
websocket-sharp copied to clipboard
I keep receiving an error that states "The header part of a frame could not be read.
I keep receiving this error whenever I receive a message sent over the websocket. I have tried a bunch of different formats from sending bytes to raw json and nothing has worked.
The header part of a frame could not be read. at WebSocketSharp.WebSocketFrame.processHeader(Byte[] header) at WebSocketSharp.WebSocketFrame.<>c__DisplayClass71_0.<readHeaderAsync>b__0(Byte[] bytes) at WebSocketSharp.Ext.<>c__DisplayClass57_0.<ReadBytesAsync>b__0(IAsyncResult ar)