I have a CoreHost application that caches a lot of data from UN feature services through our WebAdapter.
The application reads Device, Junction and Assembly just fine before getting an exception while creating a RowCursor on the Line FeatureClass.
It appears that the problem I have reading Lines is tied to the time it takes for the response. As soon as the response time exceed 3 minutes I get an exception.
Using Fiddler I can tell that the response hasn't arrived yet at the time of the exception. And I can also tell that it does arrive a minute or so later.
Furthermore, it appears in Fiddler that the request has been aborted.
Does ArcGIS Pro SDK abort long running requests when they exceed 3 minutes?
Any ideas would be appreciated.