Skip to content
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

Async ILdapUserStore #40

Open
scattered-code opened this issue Feb 9, 2020 · 2 comments
Open

Async ILdapUserStore #40

scattered-code opened this issue Feb 9, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@scattered-code
Copy link

Since LDAP calls are I/O bound, async calls could add a performance benefit under high-load.

@chrgraefe
Copy link

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

@Nordes
Copy link
Owner

Nordes commented Apr 13, 2021

I've upgraded the lib today. However, I don't know if they did anything about it.

new branch described in #65 (comment)

@Nordes Nordes added the enhancement New feature or request label Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants