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
{{ message }}
This repository has been archived by the owner on May 14, 2024. It is now read-only.
Abandon done 2
Uncaught exception happened TypeError: Cannot destructure property 'callback' of 'tracker.fetch(...)' as it is null.
at Timeout.onRequestTimeout [as _onTimeout] (/some/anonymized/path/node_modules/ldapjs/lib/client/client.js:1280:23)
at listOnTimeout (node:internal/timers:569:17)
at process.processTimers (node:internal/timers:512:7)
The text was updated successfully, but these errors were encountered:
It looks to me like you are attempting to send an abandon message for a request that has already been completed. Would you like to send a pull request to address this issue? Please remember to include unit tests.
Hello,
I have an uncaughtException if I'm using the abandon with a client configured with a timeout.
Could you confirm if it's a bug or if it's just me wrongly using the client please?
And if it's a bug, could you fix it please?
Here is a an example:
It's causing this output:
The text was updated successfully, but these errors were encountered: