jchristn/WatsonWebsocket

Mono client on Debian isn't protocol compliant

BryanCrotaz opened this issue · 2 comments

Windows server, Debian client on Raspberry Pi

Error on server side: Invalid data format for the specific protocol operation

This is happening in the ClientWebSocket. I suspect an endianness or Mono issue. Same client code works fine on Windows.

I've used WebSocket4Net as a replacement client - you might find clues in their code as to how to make a client that runs on Windows and Linux

Thanks @BryanCrotaz I will queue this up. It's on my list.