slime-io / slime

An intelligent ServiceMesh manager based on Istio
https://slime-io.github.io/
Other
424 stars 78 forks source link

meshreg: fix causing hang when ep watcher failed to make first watch #388

Closed believening closed 1 year ago

believening commented 1 year ago

If the first watch fails, the returned event channel is nil, but we do wait on the channel, which causes our goroutine to hang.