Skip to content
Snippets Groups Projects
Commit b8e15bf9 authored by aliiohs's avatar aliiohs
Browse files

fix

parent cb30a985
No related branches found
No related tags found
No related merge requests found
module github.com/apache/dubbo-go
go 1.14
require (
cloud.google.com/go v0.39.0 // indirect
......
......@@ -60,6 +60,7 @@ func newGettyRPCClientConn(pool *gettyRPCClientPool, protocol, addr string) (*ge
getty.WithServerAddress(addr),
getty.WithConnectionNumber((int)(pool.rpcClient.conf.ConnectionNum)),
getty.WithReconnectInterval(pool.rpcClient.conf.ReconnectInterval),
getty.WithClientSslEnabled(pool.sslEnabled),
getty.WithClientTlsConfigBuilder(config.GetClientTlsConfigBuilder()),
)
} else {
......
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