fix: writeTrailerTask never dispose

This commit is contained in:
langhuihui
2024-11-10 15:58:41 +08:00
parent e0f4d79d75
commit 70a34010c9
10 changed files with 860 additions and 763 deletions

View File

@@ -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")