Tony Brix
Tony Brix
If you have an issue with the types in @types/ldapjs you can create an issue on the [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) repo.
I would check if searchEntry has been called in end and if it hasn't there are no entries.
looks like this had a PR (#491) but it has since been abandoned. @saostad if you want to create another PR that would be much appreciated. 😁👍
We could just use `ldapjs.github.io` by moving the gh-pages branch to the repo `ldapjs/ldapjs.github.io`
I created the repo and set up https://ldapjs.github.io/ I think it would be better if we could work something out with Joyent to keep the domain, but if not we...
Should it emit all of the errors if all servers fail? or just the last error?
I kind of think it should emit every error as it does now. Then the user can decide how they want to handle the error.
I think [worker threads](https://nodejs.org/dist/latest-v14.x/docs/api/worker_threads.html) were supposed to fix most of the issues in node cluster.
It might also be worth it to consolidate some of these events to make them more intuitive
> InvalidAsn1Error: Expected 0x2: got 0x63 That usually means something received the wrong type. The types at https://ldap.com/ldapv3-wire-protocol-reference-asn1-ber/ seem to indicate it was looking for an `Integer` but received a...