forge-api-dotnet-client icon indicating copy to clipboard operation
forge-api-dotnet-client copied to clipboard

GetModelviewPropertiesAsync (Out of Memory) Exceptions

Open davidyardy opened this issue 3 years ago • 1 comments

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?)

davidyardy avatar Feb 09 '23 22:02 davidyardy

Check my issue #101

Btw, we are downloading the SQLite database and fetch properties from that file instead of using GetModelviewPropertiesAsync now

Bullhill avatar Jan 18 '24 08:01 Bullhill