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
There appears to be no way to utilize contexts for requests. This makes it impossible to set effective timeouts for requests, as well as instrument any requests. To maintain backwards compatibility, I'd suggest making additional methods called GetWithContext or UpdateWithContext for example.
The text was updated successfully, but these errors were encountered:
jamesgoodhouse
changed the title
Not ability to use contexts for requests
No ability to use contexts for requests
Dec 16, 2022
There appears to be no way to utilize contexts for requests. This makes it impossible to set effective timeouts for requests, as well as instrument any requests. To maintain backwards compatibility, I'd suggest making additional methods called
GetWithContext
orUpdateWithContext
for example.The text was updated successfully, but these errors were encountered: