
The background goroutine was started with the context from ginkgo.BeforeEach, which then led to "context canceled" errors. While at it, the entire goroutine start/stop gets moved into the BeforeEach and simplified.
The background goroutine was started with the context from ginkgo.BeforeEach, which then led to "context canceled" errors. While at it, the entire goroutine start/stop gets moved into the BeforeEach and simplified.