Re: [twsocket] SSL problem (server stops receiving data)

2015-11-24 Thread Merijn Bosma
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

Re: [twsocket] SSL problem (server stops receiving data)

2015-11-24 Thread Angus Robertson - Magenta Systems Ltd
> 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),