You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since LDAP is a multiplexed protocol, I saw the separation of the connection (LdapConnAsync) and the handles (Ldap) as the most straightforward implementation strategy. Making the separation visible and explicit ought to make managing the connection lifecycle more flexible, without being too much of an ergonomic burden.
I'm confused about why this is necessary. Shouldn't whatever runtime you're using poll the Future to completion just like any other Future?
The text was updated successfully, but these errors were encountered: