Skip to content

BatchRequest not working as expected #72

@rolyhudson

Description

@rolyhudson

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions