We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d0253 commit 94ca92eCopy full SHA for 94ca92e
bddtests/conn.go
@@ -27,7 +27,7 @@ import (
27
func NewGrpcClient(peerAddress string) (*grpc.ClientConn, error) {
28
var tmpConn *grpc.ClientConn
29
var err error
30
- tmpConn, err = comm.NewClientConnectionWithAddress(peerAddress, true, false, nil)
+ tmpConn, err = comm.NewClientConnectionWithAddress(peerAddress, true, false, nil, nil)
31
if err != nil {
32
fmt.Printf("error connection to server at host:port = %s\n", peerAddress)
33
}
0 commit comments