We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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).
-1
The text was updated successfully, but these errors were encountered:
Fix modelica-3rdparty#323 MDD_TCPIPServer_Send() return value
78393a9
7b1e0f1
bernhard-thiele
No branches or pull requests
From the MDD_TCPIPServer_Send() documentation:
However, on success MDD_TCPIPServer_Send() instead returns
-1
(both Linux and Windows).The text was updated successfully, but these errors were encountered: