-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
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
AbstractLicenceValidator - Socket Exception in the discoveryHost start method. #8
Comments
I can confirm this issue. It happens on a system with highly restrictive network settings. Here is a stacktrace:
It happens on a German system, therefore the exception description is in German. It translates to: "An invalid argument has been given." |
Hang on, I just realized that this is the wrong repo. The issue arises with the version from Nuget. But the version featured on Nuget is actually a fork made by Hadi Eskandari. This is the correct repo: https://github.com/hibernating-rhinos |
Has anynone found a solution for this? That error just occured to me. |
In our project, we are testing the AbstractLicenceValidator.
We got an Exception with DiscoveryHost. It was a SocketException.
I have lost the stackTrace of the exception, but, i'm opening an issue to give you the solution that we applied in our project.
To resolve the problem, we have add a new constructor of AbstractLicenceValidator.
This constructor contain a boolean parameter that can enable or disable the discoveryhost.
There is the constructor :
The Constructor call this Method :
So.... In Conclusion, do you think that this solution can be add to your product ?
If yes, can you advise me when this new constructor will be available in the futur nuget package of Rhino.Licensing ?
Thanks to your team!
The text was updated successfully, but these errors were encountered: