mirror of
https://github.com/Monibuca/plugin-rtmp.git
synced 2025-10-05 15:37:11 +08:00
修复续推时的内存泄露
This commit is contained in:
@@ -45,8 +45,8 @@ const (
|
||||
)
|
||||
|
||||
type NetConnection struct {
|
||||
*bufio.Reader `json:"-"`
|
||||
net.Conn `json:"-"`
|
||||
*bufio.Reader `json:"-" yaml:"-"`
|
||||
net.Conn `json:"-" yaml:"-"`
|
||||
bandwidth uint32
|
||||
readSeqNum uint32 // 当前读的字节
|
||||
writeSeqNum uint32 // 当前写的字节
|
||||
|
Reference in New Issue
Block a user