zc

Results 30 comments of zc

It is not necessary for the once of the `context` and the once of the `channel` to exist at the same time. Some refactoring may be required here. ref: https://github.com/kubeedge/kubeedge/blob/master/staging/src/github.com/kubeedge/beehive/pkg/core/channel/context_channel.go#L41

thanks for add it.

This problem has been located, mainly due to the blockage of the channel communication channel inside edgecore, and will be planned to be repaired in the near future.

> Instead of removing errgroup, I feel like we could fix with a small change to use `errgroup.WithContext`. When the derived context is cancelled it should cancel all remaining subroutines,...

> Do you set the timezone after with an environment variable, like this ? > > ``` > -e TZ=Europe/London > ``` Yes.