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
We need to be very careful about implementing the context interface to avoid blowing up the number of goroutines. If we do that, we should immediately wrap it in a cancelable context.
Something like
api.Closing() <-chan struct{}
, to have a way to tell when daemon is shutting down, etc.The text was updated successfully, but these errors were encountered: