HbirdApi.executeRequest can't handle more than one request at the time. Issuing two or more requests at the same time will end up with timeout exception at least for one of them.
Current workaround is to create new ICatalogue / IDataAccess object for each request. This is time consuming.
HbirdApi.executeRequest
can't handle more than one request at the time. Issuing two or more requests at the same time will end up with timeout exception at least for one of them.Current workaround is to create new
ICatalogue
/IDataAccess
object for each request. This is time consuming.