Matthew Walowski

Results 2 comments of Matthew Walowski

Hi Andre, Correct me if I'm wrong, but it seems like this issue is more related to [compose-spec](https://github.com/compose-spec), specifically, [compose-spec/compose-go](https://github.com/compose-spec/compose-go). Under the hood it looks like Docker Compose uses the...

Is it possible that this is caused by a race condition in the `timeout_read_closer.go`? I don't believe that the `io.ReadCloser` interface is guaranteed to be concurrency-safe, yet in `timeout_read_closer.go`, the...