This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a commit to branch improve/delte-handleLoop
in repository https://gitbox.apache.org/repos/asf/dubbo-getty.git
The following commit(s) were added to refs/heads/improve/delte-handleLoop by
this push:
new c9c6f2e feat: remove loop_client unreachable code
new 82b07be Merge pull request #67 from georgehao/improve/delte-handleLoop
c9c6f2e is described below
commit c9c6f2e5f86fdeb6892a0189971ae3e7ba3db177
Author: georgehao <[email protected]>
AuthorDate: Wed Jun 30 20:13:17 2021 +0800
feat: remove loop_client unreachable code
---
benchmark/loop_client/main.go | 2 --
1 file changed, 2 deletions(-)
diff --git a/benchmark/loop_client/main.go b/benchmark/loop_client/main.go
index d96094a..6fa249a 100644
--- a/benchmark/loop_client/main.go
+++ b/benchmark/loop_client/main.go
@@ -116,8 +116,6 @@ func main() {
tmpSession.Close()
}
}
-
- client.Close()
}(i)
}