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
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.
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)
The text was updated successfully, but these errors were encountered: