go-ldap / ldap

Basic LDAP v3 functionality for the GO programming language.
Other
2.19k stars 352 forks source link

Refactor the context handling with receiving an ldap response in searchAsync() #496

Closed t2y closed 3 months ago

t2y commented 3 months ago

@SaschaRoland suggested refactoring context handling in #495. This change enables context-based canceling while receiving an LDAP response.