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
I think a good approach to this would be to add a .WithCtx(ctx context.Context) namespace method that returns a type which in turn exposes the method, that way we won't pollute the namespace by doubling up every method.
It would be nice to be able to have a version of all Channel methods that can take in a Ctx and exit on error.
The text was updated successfully, but these errors were encountered: