Skip to content

Commit 44af181

Browse files
committed
close of closed channel.
1 parent 97118ac commit 44af181

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hls/manager.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ func (m *ManagerCtx) Stop() {
151151

152152
m.logger.Debug().Msg("performing stop")
153153
close(m.shutdown)
154-
close(m.playlistLoad)
155154

156155
if m.cmd.Process != nil {
157156
err := m.cmd.Process.Kill()

0 commit comments

Comments
 (0)