Hi guys,
My question is that can the AD function count by time and return a feedback message if the function is over run ?
In my application, I call the AD_SetGlobalDomain and AD_ListGroups function by timer but it cause time out exception. In my case I think there may have at least two factor in this case. For instant
1. Network stable or not ?
2. Unknow server respond time ?
3. When the AD_ListGroups function completed ?
The first two factor is incontrollable but is the third factor can be calculated in program ? I expected the AD function can return a feedback if the time out exception will be caused so I can design the following path in my application not only retry.
28/3/2023(Remark) :
One more question, is the time out issue is a known issue? Is this issue is solved in the latest version or the issue will be solved in the future ?
Thank you for watching.
Best regards.
Chris