traefik / mesh

Traefik Mesh - Simpler Service Mesh
https://traefik.io/traefik-mesh
Apache License 2.0
2.03k stars 141 forks source link

Fix controller signal handling #713

Closed jspdown closed 4 years ago

jspdown commented 4 years ago

What does this PR do?

Fix a bug in cmd/maesh package where a WaitGroup was getting stuck forever. If the controller failed after the program received a signal (e.g. CTRL-C), the error couldn't be sent to the error chan and would block forever.

Fixes #702

How to test it