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

Possible To Get Progress On Get Nodes #226

Open
Camelxx opened this issue Feb 13, 2023 · 1 comment
Open

Possible To Get Progress On Get Nodes #226

Camelxx opened this issue Feb 13, 2023 · 1 comment

Comments

@Camelxx
Copy link

Camelxx commented Feb 13, 2023

Description:
Possible To Get Progress On Get Nodes

IEnumerable nodes = client.GetNodes().

Can't see that any got a progress value parameter

@gpailler
Copy link
Owner

gpailler commented Mar 6, 2023

Progression on GetNodes is not available as it's just a big chunk of json retrieved in a single POST call.
If you really need progression, you can implement your own IWebClient and monitor progression of the PostRequestJson method.

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

No branches or pull requests

3 participants
@gpailler @Camelxx and others