You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2019. It is now read-only.
Hi.
Thank you for implementing this websocket library.
After running the Demo project I noticed my handshake was failing.
I noticed when comparing the serverKey with b64Result it returns false.
I printed the strings to the console and got:
serverKey: T+3dNVZmHv6jbhlNJr0Qgko9WDQ=
b64Result: MxsNxX0E23KLqFNKO79uD0Gjotg=
this is the part of the code that is returning false WebSocketClient::analyzeRequest()
Hi.
Thank you for implementing this websocket library.
After running the Demo project I noticed my handshake was failing.
I noticed when comparing the serverKey with b64Result it returns false.
I printed the strings to the console and got:
serverKey: T+3dNVZmHv6jbhlNJr0Qgko9WDQ=
b64Result: MxsNxX0E23KLqFNKO79uD0Gjotg=
this is the part of the code that is returning false WebSocketClient::analyzeRequest()
ifdef DEBUGGING
endif
I appreciate any help.
Thank you
The text was updated successfully, but these errors were encountered: