Vladimir Vivien

Results 272 comments of Vladimir Vivien

@wilsonehusin let us revisit this.

@wilsonehusin I am marking this so that we can revisit this and prioritize for this year.

@TimLeary thank you for pointing this out. I will take a look.

@TimLeary I just reviewed that example, it is not using channels at all. https://github.com/vladimirvivien/learning-go/blob/master/ch09/goroutine5.go Are you sure `ch09/goroutine5.go` is the right sample code you had issue with? If so, please...

@TimLeary I reopened the issue. If you can get it to panic, please paste panic message here. Meanwhile I will try to replicate as well.

Thanks for pointing this out @modernix

@jaythamke Hi. Thanks for reading. The `conn.RemoteAddr()` is the address and port assigned to the client once connection is established. `conn.LocalAddr` returns the local address where the service is listening...

@harshanarayana Have you gotten a chance to finalize this so we can merge?