Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RunwayComponent.cs with HTTPRequest rather than WebClient #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AlfredoChavez
Copy link

Hello!

I discussed with Vahid a few weeks ago and he encouraged me to contribute. :)

I found that the grasshopper component of Runway always showed the same data values (I tested it with PoseNet using Runway V.0.14.4) when using the network or HTTP. This values would not change over time or when the component was created again so I found that the issue was the cache data. I solved this by using the HTTP request methods rather than the WebClient methods. HTTP allows to define cache policies that avoids storing the data so when the component expires, the information refreshes.

I tested it with some of the existing examples and it works perfectly but it would be ideal if you guys could have a look as you have a holistic understanding of the plugin.

Thank you very much for your time.

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

Successfully merging this pull request may close these issues.

1 participant