Frederic Kehrein
Frederic Kehrein
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...
This issue won't be targeted soon, as the client can: 1. Simply send the data in multiple submessages 2. Use a second HTTP channel for uploading and only send control...
> I try sending as text, raw... even sniffing the communication, I can't know where the problem is. Maybe the size of message? I don't think so, I've tested multiple...
There is still an underlying problem with fragmented messages. To transmit a long message, simply set the fragment size to be the total size of the message: ``` with Communicator.WriteMessage(wmtString,...
I actually fixed this already some time ago, maybe you are on an outdated version?
I reopen the issue because this is actually still a problem. Because the ReceiveMessageThread is a blocking loop. So the termination check is only done after the next message has...