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
@guillaume-sc, the merged pull request is the one that revealed the lack of context in the parameters of the Get method but the context is not yet defined in it.
So we still need to work on it 🙂
Updating the issue, as stated in our review.
We must context-ified all function that does not have a context in parameters.
This will lead to a new major release.
ipfaze
changed the title
Add context in Get(service string) function
Add a context to all functions that does not have a context in parameters
May 24, 2023
The method
Get
defined here must take actx context.Context
in parameters.The text was updated successfully, but these errors were encountered: