forge-api-dotnet-client
forge-api-dotnet-client copied to clipboard
GetModelviewPropertiesAsync (Out of Memory) Exceptions
I am running into out of memory exceptions with the following call. Have others experienced the same issue? Is there a work around?
I am 1.9.7 SDK (Nuget) for forge sdk.
var result = await apiInstance.GetModelviewPropertiesAsync(urn, guid, acceptEncoding, objectIds, xAdsForce, forceget);
Is it better to use http request approach vs. the c# sdk? (I recognize it is making the same HTTP request but wondering if this is a reasonable work-around?)
Check my issue #101
Btw, we are downloading the SQLite database and fetch properties from that file instead of using GetModelviewPropertiesAsync now