Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

GetModelviewPropertiesAsync (Out of Memory) Exceptions #109

Open
davidyardy opened this issue Feb 9, 2023 · 1 comment
Open

GetModelviewPropertiesAsync (Out of Memory) Exceptions #109

davidyardy opened this issue Feb 9, 2023 · 1 comment

Comments

@davidyardy
Copy link

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

@Bullhill
Copy link

Bullhill commented Jan 18, 2024

Check my issue #101

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants