Skip to content

Commit

Permalink
change a flag for reinit getty_pool
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyx committed Oct 25, 2020
1 parent 1268a96 commit 643a7c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions remoting/exchange_client.go
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 643a7c7

Please sign in to comment.