Hi Jonathan,
there are two aspects to consider:
- first the establishemnt of the secured session
- second the standard exchange of data when the session has been secured.
In the first case, we should *never* have any write done by the
IoHandler, or those writes should be enqueued until the ses
I was thinking this over last weekend….
If I simply removed the synchronization then there COULD be several
incoming data corruption problems unless the upstream filters/ processors
MUST guarantee FIFO of the data stream.
What I would have todo is push OR copy the incoming buffer into a Queue
the