Hi Angus,
I agree with what you are saying, but in this case this is not the problem.
The only reason this app works like this, is because this seems to be
the easiest way to reproduce this same issue which happens in a larger
app, which does use a FIFO etc.
Log clearly shows that the two random numbers are being received
separately on the server side.
Merijn
On 24/11/2015 17:23, Angus Robertson - Magenta Systems Ltd wrote:
The problem is triggered, when we do two times PostMessage(WM_USER)
in the OnSslHandshakeDone event, expected behavior would be that
the client sends a random number twice, server receives the first,
sends x bytes and term char, client receives it, sends next random
number (3th), server might be handling the 2nd number, etc.
I'd expect the client to send a single TCP/IP packet with both random numbers
in it,
and for the server to receive both together.
So does the server have a FIFO buffer to store the second number for processing
later, that take priority over anything received. I had this problem a long
time
ago with a simple packet protocol.
The difference between SSL and non-SSL might be packets being combined.
Try putting a delay in when sending, so there is always a two or longer second
gap
and see if the problem goes away. But the real solution is the FIFO buffer.
Angus
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be