You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
The text was updated successfully, but these errors were encountered:
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
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):
The text was updated successfully, but these errors were encountered: