Hi, does this line of code need to determine whether the length of the msg is 0? https://github.com/api7/apisix-seed/blob/02556533344e797a005b0a00752a16ac2199481b/internal/core/storer/etcd.go#L234 just like this: ``` if len(msgs) > 0 { ch <- msgs } ```
Hi, does this line of code need to determine whether the length of the msg is 0?
apisix-seed/internal/core/storer/etcd.go
Line 234 in 0255653
just like this: