Description:
Pull with BatchRequest fails:

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):
Description:
Pull with BatchRequest fails:

Steps to reproduce:
Try the script here
I think this line
HTTP_Toolkit/HTTP_Adapter/AdapterActions/Pull.cs
Line 70 in 6f94727
Should have
ActionConfigas 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):