This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a commit to branch 1.5
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


The following commit(s) were added to refs/heads/1.5 by this push:
     new 643a7c7  change a flag for reinit getty_pool
     new e6a3382  Merge pull request #803 from zouyx/fixRestartBug
643a7c7 is described below

commit 643a7c733bc10e9b351d05f62c4ea74f2dcbd3af
Author: Joe Zou <yixian....@gmail.com>
AuthorDate: Mon Oct 26 00:18:42 2020 +0800

    change a flag for reinit getty_pool
---
 remoting/exchange_client.go | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/remoting/exchange_client.go b/remoting/exchange_client.go
index efcfca5..75ae945 100644
--- a/remoting/exchange_client.go
+++ b/remoting/exchange_client.go
@@ -180,6 +180,8 @@ func (client *ExchangeClient) Send(invocation 
*protocol.Invocation, url common.U
 // close client
 func (client *ExchangeClient) Close() {
        client.client.Close()
+       // for reinit client
+       client.init = false
 }
 
 // handle the response from server

Reply via email to