compose-spec / compose-go

Reference library for parsing and loading Compose YAML files
https://compose-spec.io
Apache License 2.0
350 stars 109 forks source link

Fix deadlock in WithServicesTransform #631

Closed ndeloof closed 3 months ago

ndeloof commented 3 months ago

WithServicesTransform can lock as a service-processing goroutine reports error, then result collector will stop, but some other goroutine still try to push result