[go-nuts] Re: TCP DialTimeout Not Working Stuck for Hours.

2016-12-22 Thread Dave Cheney
Please try to produce a runnable piece of code that demonstrates the problem. My suspicion is this is not related to net.DialTimeout but the only way to prove or disprove this is for you to build a simple example program which I and others can run to confirm the issue. Thanks Dave -- You rec

[go-nuts] Re: TCP DialTimeout Not Working Stuck for Hours.

2016-12-22 Thread kumargv
> Hi , > > I am getting this issue in production device but not in all. > I also applied same IP and PORT to one my Test servers (centos 7) But I am > not able to reproduce the issue. > Below is the exact code I am using In production. > > https://play.golang.org/p/5xUcyCG-05 > > > Thanks For your

[go-nuts] Re: TCP DialTimeout Not Working Stuck for Hours.

2016-12-21 Thread Dave Cheney
Thanks for confirming, I had thought it was the usual windows anti virus issues, but that is not applicable if you are running linux. Can you please provide a small runnable code sample that demonstrates the problem. On Thursday, 22 December 2016 18:13:14 UTC+11, kumargv wrote: > > GO 1.7 > ce

[go-nuts] Re: TCP DialTimeout Not Working Stuck for Hours.

2016-12-21 Thread kumargv
GO 1.7 centos 7.2.1511 On Thursday, December 22, 2016 at 12:35:44 PM UTC+5:30, Dave Cheney wrote: > > Can you please give a few more details. Which version of Go, which > operating system, that kind of thing. -- You received this message because you are subscribed to the Google Groups "golang