It would be nice if this library exposed the underlying TCP connection’s file descriptor so that it could be polled. The ldapwalk.pl demonstration of fetching an async response appears to rely on a function that blocks. Allowing an external event loop to poll the file descriptor would facilitate integration into event loops and such.
It would be nice if this library exposed the underlying TCP connection’s file descriptor so that it could be polled. The
ldapwalk.pl
demonstration of fetching an async response appears to rely on a function that blocks. Allowing an external event loop to poll the file descriptor would facilitate integration into event loops and such.Thank you!