Closed kolapapa closed 8 months ago
Sorry I didn't respond in time. Did you resolve this?
Sorry I didn't respond in time. Did you resolve this?
Yes, I realize it's my fault. 🥲
No problem at all, glad you solved it. Was there anything this library could have done to make it easier to find the fault?
I recently encountered an issue while using
ldap_client
: After storing twoLdapClient
instances, I automatically select whichLdapClient
to use for processing based on the content of the search request. However, I often encounter the error"An error occurred writing to the transport"
. This error seems to indicate that the TCP stream has been disconnected. I would like to know how to optimize this issue.