feat: remove RecyclableMemory

This commit is contained in:
langhuihui
2024-05-21 15:19:04 +08:00
parent 5c52a159e0
commit 82deb3fbaa
25 changed files with 749 additions and 713 deletions

View File

@@ -51,7 +51,7 @@ func (puller *HDLPuller) Connect(p *m7s.Client) (err error) {
}
}
if err == nil {
var head *util.RecyclableBuffers
var head util.RecyclableBuffers
head, err = puller.BufReader.ReadBytes(13)
defer head.Recycle()
if err == nil {