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
sometimes network connection gets held up for long period of time(minutes or more), an option to add request timeout and throw exception when timed out would be nice.
The text was updated successfully, but these errors were encountered:
timkpaine
added
backlog
Issues that haven't been categorized or are not yet ready for work
and removed
ready
Issues ready to be worked on
labels
Apr 8, 2020
I think the most straightforward way to do this right now is by modifying the TDASession.request function, but I'm not sure the best way to incorporate this into the package. 12-factor dictates it should be outside of it, maybe an env setting? Thoughts?
sometimes network connection gets held up for long period of time(minutes or more), an option to add request timeout and throw exception when timed out would be nice.
The text was updated successfully, but these errors were encountered: