Sometimes the header key gets corrupted at the server (somewhere) before hashing and it is sent back as the wrong key to the client.
See the following log
MBWebSocketServer Concatenated Key: 83x1Pg9CUHJtPIJxX0cAyQ==258EAFA5-E914-47DA-95CA-C5AB0DC85B11
WebSocketClient Concatenated Key: ai0oBykize/qngGfSrH3Sw==258EAFA5-E914-47DA-95CA-C5AB0DC85B11
It looks like there is an issue when reading the key before it gets to the hashing stage. This only happens maybe 1/20 times.
Sometimes the header key gets corrupted at the server (somewhere) before hashing and it is sent back as the wrong key to the client.
See the following log
It looks like there is an issue when reading the key before it gets to the hashing stage. This only happens maybe 1/20 times.