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

unit test

parent 1e079524
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