configured HttpClient.Timeout #123
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tranpl/redcap-api#123
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm making a large Import request and sometimes I see the following error:
Is there anywhere in this package where we can increase the timeout?
Thanks
Here's a possible way to do this:
importRecordsResults= await this.SendPostRequestAsync(payload, _uri, cancellationToken: cancellationToken, 180L);@274188A Did you want to make a PR for this? I can also brew up initial draft for you to approve. What do you think? I should have something going by tomorrow.
sure np - kind of busy atm but will get to it
#125 merged
1.3.5 soon