Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix LDAP backoff retry logic for serverdown to actually use new conne…
…ctions (#100) * fix: fix ldap backoff retry logic to actually create new connections, and clean up edge cases * chore: add some comments * chore: DRY * chore: more comment * chore: simplify backoff delay * fix: replace semaphore with manual reset event * chore: bad import * chore: rename var for readability * chore: delete old comment * fix: fix retry logic again * chore: run formatter, add a small sleep to prevent race
- Loading branch information