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
Thanks for your feedback @likexian (and for this great lib)!
Having context support is important for us.
Is there anything we can do to help this be implemented?
https://pkg.go.dev/context
Functions should use ctx as argument. Context should be passed around (using DialContext ¶ instead of Dial), or checked with ctx.Done.
The text was updated successfully, but these errors were encountered: