1.case wrapConn := <-conns: if wrapConn == nil { return nil, ErrClosed } 这种情况,应该是conn被close掉了吧,但是对象还在channel中,建议这里continue是不是更好呢?