Skip to content
Snippets Groups Projects
Commit c53e0f63 authored by cvictory's avatar cvictory
Browse files

unit test

parent 807d93f3
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ func getClient(url common.URL) *Client {
ConnectTimeout: config.GetConsumerConfig().ConnectTimeout,
})
exchangeClient := remoting.NewExchangeClient(url, client, 5*time.Second)
exchangeClient := remoting.NewExchangeClient(url, client, 5*time.Second, false)
client.SetExchangeClient(exchangeClient)
client.Connect(url)
client.SetResponseHandler(exchangeClient)
......
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