Describe the bug
A clear and concise description of what the bug is.
func (c *ringConn) Read(b []byte) (int, error)
...
n, err := c.getCqe(ctx, reqID)
here got a bad address error
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Linux distribution, Kernel Version (uname -a):
Additional context
Add any other context about the problem here.