[go-nuts] Unexpected Behaviour of goroutine

2017-02-12 Thread Srivathsan Madhavan
Hi all, I still consider myself a newbie to Golang hence my question here could be due to my fundamental misunderstanding of this language I have the following code: func main() { for i := 0; i < 5; i++ { go func() { log.Println("i=", i) }() }

[go-nuts] Websocket's (RFC6455) fate after HTTP/2??

2016-09-17 Thread Srivathsan Madhavan
Hi all, My apologies; I very well understand that the answers to my question here could be subjective / opinions yet I would like to know if I could really continue banking on this Websockets. I feel Websockets is really cool and I have used it for IPC between non-web applications. Certainly