Hi,

I was trying to connect with DialTimeout as:

address:= "127.0.0.1:58888"
address:= "127.0.0.1:7432"

conn, err := net.DialTimeout("tcp", address, time.Duration(30)*time.Second)

if err != nil {
fmt.Println("error in conn : ",err)
return nil, err
}


My program Stuck in Net.DialTimeout

I am not getting what could be the problem?

Am I missing out on something?

Please guide.

Thanks & Regards

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to