Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for context.Context #25

Open
wants to merge 2 commits into
base: v3
Choose a base branch
from

Conversation

alyakimenko
Copy link

This patch seeks to update all methods that make an outgoing request to accept a context as their first argument. This enables the library to carry a deadline and other information across API boundaries.

Fixes #11

This patch seeks to update all methods that make an outgoing request
to accept a context as their first argument. This enables the library
to carry a deadline and other information across API boundaries.

Signed-off-by: Aleksandr Yakimenko <urlucidfall@gmail.com>
@thebaer thebaer added this to the v3 milestone Apr 1, 2023
@thebaer
Copy link
Member

thebaer commented Apr 1, 2023

Thank you for working on this! We can include it in v3 of this library. Will try to review and test soon.

@thebaer thebaer changed the base branch from main to v3 April 1, 2023 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

context.Context support
2 participants