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
Since LDAP calls are I/O bound, async calls could add a performance benefit under high-load.
The text was updated successfully, but these errors were encountered:
Hi, the underlying library (Novell.Directory.Ldap.NETStandard) isn't supporting async methods yet. There is development effort to implement this. see here: issue: dsbenghe/Novell.Directory.Ldap.NETStandard#27 branch (develop): https://github.com/dsbenghe/Novell.Directory.Ldap.NETStandard/tree/develop
please stay tuned
Sorry, something went wrong.
I've upgraded the lib today. However, I don't know if they did anything about it.
new branch described in #65 (comment)
No branches or pull requests
Since LDAP calls are I/O bound, async calls could add a performance benefit under high-load.
The text was updated successfully, but these errors were encountered: