mirror of
https://github.com/langhuihui/monibuca.git
synced 2026-04-23 03:17:16 +08:00
refactor: task system
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"context"
|
||||
"io"
|
||||
"m7s.live/m7s/v5"
|
||||
"m7s.live/m7s/v5/pkg/util"
|
||||
"m7s.live/m7s/v5/pkg/task"
|
||||
flv "m7s.live/m7s/v5/plugin/flv/pkg"
|
||||
"net"
|
||||
"net/http"
|
||||
@@ -40,7 +40,7 @@ func (c *RelayAPIConfig) Check(path string) bool {
|
||||
}
|
||||
|
||||
type ReceiveRequestTask struct {
|
||||
util.Task
|
||||
task.Task
|
||||
Plugin *m7s.Plugin
|
||||
quic.Connection
|
||||
quic.Stream
|
||||
|
||||
Reference in New Issue
Block a user