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

BatchRequest not working as expected #72

Open
rolyhudson opened this issue Sep 22, 2021 · 0 comments
Open

BatchRequest not working as expected #72

rolyhudson opened this issue Sep 22, 2021 · 0 comments
Assignees
Labels

Comments

@rolyhudson
Copy link
Contributor

rolyhudson commented Sep 22, 2021

Description:

Pull with BatchRequest fails:
image

Steps to reproduce:

Try the script here
I think this line

public IEnumerable<object> Pull(BatchRequest requests, HTTPConfig config)

Should have ActionConfig as the input parameter not HTTPConfig.
Otherwise the Pull method drops through to the fallback method

Edit:
I did a quick test to make the change as described above. Pull with a BatchRequest just hangs...
Maybe the concurrent set up is not quite right for the method?

Expected behaviour:

Test file(s):

@rolyhudson rolyhudson self-assigned this Sep 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant