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
I was wondering why I was getting nonsensical SocketException error messages and I traced it back to his line:
https://github.com/mz-automation/lib60870.NET/blob/d291d38961816f8a56e757f7ff8e62e9482245f3/lib60870/CS104/Connection.cs#L1490C40-L1490C40
throw new SocketException(87); // wrong argument
The error code is hardcoded even though it is different among OSs. Error 87 is "Too many users" on Linux and "The parameter is incorrect." on Windows.
I was wondering why I was getting "Too many users" on Linux even though it was my 1st connection attempt.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was wondering why I was getting nonsensical SocketException error messages and I traced it back to his line:
https://github.com/mz-automation/lib60870.NET/blob/d291d38961816f8a56e757f7ff8e62e9482245f3/lib60870/CS104/Connection.cs#L1490C40-L1490C40
The error code is hardcoded even though it is different among OSs.
Error 87 is "Too many users" on Linux and "The parameter is incorrect." on Windows.
I was wondering why I was getting "Too many users" on Linux even though it was my 1st connection attempt.
The text was updated successfully, but these errors were encountered: