Skip to content
Snippets Groups Projects
Commit 643a7c73 authored by 邹毅贤's avatar 邹毅贤
Browse files

change a flag for reinit getty_pool

parent 1268a960
No related branches found
No related tags found
No related merge requests found
......@@ -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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment