MDD_TCPIPServer_Send() return value not set correctly
bernhard-thiele opened this issue · 0 comments
bernhard-thiele commented
From the MDD_TCPIPServer_Send() documentation:
On success, return the number of bytes sent, 0 if operation would block, -1 on non-fatal error.
However, on success MDD_TCPIPServer_Send() instead returns -1
(both Linux and Windows).