优化网络层的GC

This commit is contained in:
boyce
2020-10-29 19:40:44 +08:00
parent 54f1db7641
commit 5e30083ce8
6 changed files with 36 additions and 7 deletions

View File

@@ -11,4 +11,5 @@ type Conn interface {
RemoteAddr() net.Addr
Close()
Destroy()
ReleaseReadMsg(byteBuff []byte)
}