spiegel_podman/pkg/domain
Matthew Heon 4995c511e5 Fix system service panic from early hangup in events
We weren't actually halting the goroutine that sent events, so it
would continue sending even when the channel closed (the most
notable cause being early hangup - e.g. Control-c on a curl
session). Use a context to cancel the events goroutine and stop
sending events.

Fixes #6805

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2020-07-06 13:14:31 -04:00
..
entities move go module to v2 2020-07-06 15:52:17 +02:00
filters move go module to v2 2020-07-06 15:52:17 +02:00
infra Fix system service panic from early hangup in events 2020-07-06 13:14:31 -04:00
utils Fixup issues found by golint 2020-06-10 05:49:41 -04:00