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

check if the context was already canceled #182

Open
glimchb opened this issue Feb 6, 2024 · 0 comments
Open

check if the context was already canceled #182

glimchb opened this issue Feb 6, 2024 · 0 comments

Comments

@glimchb
Copy link
Contributor

glimchb commented Feb 6, 2024

For the stores that don't pass on the context, we should probably still check it, at least when network or disk I/O is involved. For example in the bbolt implementation, we could check if the context was already canceled before a Get/Set/Delete, and potentially again afterwards.

Originally posted by @philippgille in #136 (comment)

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

No branches or pull requests

1 participant