-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
This was originally included here: 43d91e6
I decided to make this its own issue to better analyze the use cases and decide when it felt like a good candidate to be merged.
Original commit message:
This commit adds context.Context support to all Salesforce client methods and internal functions, enabling request cancellation and timeout control, and updates examples and documentation to reflect these changes.
- Inject
ctx context.Contextparameter into all public and internal methods and helper functions - Switch to
http.NewRequestWithContextindoRequestand propagatectxthrough retry/error flows - Update tests, examples, and README to use
t.Context()orcontext.Background()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Projects
Status
Backlog