poco SecureStreamSocket receiveBytes() stops prematurly when sending large chunks of data in non-blocking mode
I have a working code sample that sends data between a server and client app using a SecureStreamSocket
. I am using NetSSL_WIN (schannel), and sending small (1024 bytes) and large chunks (>1MB) of data between server and client. When using blocking sockets (which is default), all works fine.