Files
moby/integration/daemon
Takumi Akasaka 7005d82559 integration/d/nri: close synchronized channel exactly once
The Synchronize method on the integration-test plugin closed
p.synchronized inside a select/default block that is not safe under
concurrent invocation: two goroutines can both observe the channel as
still open and panic on the second close. Use sync.Once so the channel
is closed exactly once.

Signed-off-by: Takumi Akasaka <takumiakasaka1231@gmail.com>
2026-06-03 23:01:06 +09:00
..
2025-09-08 10:08:30 +02:00