mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-09-27 03:25:56 +08:00
fix: writeTrailerTask never dispose
This commit is contained in:
@@ -4,7 +4,6 @@ import "errors"
|
||||
|
||||
var (
|
||||
ErrNotFound = errors.New("not found")
|
||||
ErrStopFromAPI = errors.New("stop from api")
|
||||
ErrStreamExist = errors.New("stream exist")
|
||||
ErrKick = errors.New("kick")
|
||||
ErrDiscard = errors.New("discard")
|
||||
|
Reference in New Issue
Block a user