arduinoWebSockets icon indicating copy to clipboard operation
arduinoWebSockets copied to clipboard

Pong response contains no mask?

Open simeon9696 opened this issue 3 years ago • 0 comments

I know this was handled here but I'm currently using the ATmega branch and since the last commit was in 2019 I'm not sure if the fixed got uploaded there.

In this case I have a Node.js server and the Arduino is the client. As soon as the server pings the Arduino I get this error: Invalid WebSocket frame: MASK must be set

To be clear, the rest of the program functions normally, I can send and receive data quite fine. Just as soon as I send a ping the server crashes

simeon9696 avatar Mar 19 '21 17:03 simeon9696