-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Description:
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?
