commit a7df94e003eedac5cd5eba06ffcb8417c8771316 parent 1f669ac5ea4f72b502bd7220e26b356a843747aa Author: Matsuda Kenji <info@mtkn.jp> Date: Mon, 9 Oct 2023 07:55:19 +0900 delete req from reqpool Diffstat:
| M | client.go | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/client.go b/client.go @@ -170,6 +170,7 @@ func (c *Client) Version(ctx context.Context, mSize uint32, version string) (Msg case <-ctx.Done(): return nil, ctx.Err() } + c.rPool.delete(req.tag) } /*