zhangsilly
Results
1
comments of
zhangsilly
这是代码bug gonet.bufioConn (定义在github.com/cloudwego/kitex/pkg/remote/trans/gonet/trans_server.go)没有实现 AddCloseCallback gonet.bufioConn 的定义: ```Go // bufioConn implements the net.Conn interface. type bufioConn struct { conn net.Conn r netpoll.Reader } func newBufioConn(c net.Conn) *bufioConn { return &bufioConn{ conn:...