LazWebsockets
LazWebsockets copied to clipboard
Client Linux 32
Hello! I have been developing and using it successfully on linux64, windows32 and macos64. Now testing on linux32 which I need working as well. The connection is not established, checking, the expected key is always different from the calculated one (in the handshake). Any suggestion?
Thank you
I currently don't have the capabilities to test this under Linux 32 bit, but what you could do is check the function GenerateAcceptingKey
from wsstream.pas
.
You create a simple project that includes wsstream.pas
and calls GenerateAcceptingKey
on a few strings fro 32 and 64 bit linux and see if they are different. I can take a look into that later this week, but it would be great if you could do this little test if you already have such a testing environment available
Hi!, i do that and isolate the problem, and I post in Lazarus forum:
https://forum.lazarus.freepascal.org/index.php?topic=49429.0