Skip to content

fifo-log-demux: Fix goroutines leak on sendLogs()

Vgutierrez requested to merge fix-goroutines-leak into main

On client connection error we failed to stop the goroutine handling that client connection. Resulting on goroutines piling up over time

Merge request reports