ing
This commit is contained in:
parent
27c801b9ca
commit
1e66dddf55
|
@ -15,7 +15,7 @@ func newSocketBuilder(address string) csc.SocketBuilder {
|
|||
return sb
|
||||
}
|
||||
|
||||
func (sb *SocketBuilders) Dial(dialer *net.Dialer, network, address string) (net.Conn, error) {
|
||||
func (sb *SocketBuilders) Dial(network, address string) (net.Conn, error) {
|
||||
|
||||
return npipe.DialTimeout(`\\.\pipe\`+address, dialer.Timeout)
|
||||
return npipe.DialTimeout(`\\.\pipe\`+address, sb.HandshakeTimeout)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user