gopherling
gopherling copied to clipboard
Stress/load testing webapp written in Golang !
``` panic: concurrent write to websocket connection goroutine 123 [running]: panic(0x33fa00, 0xc8206329f0) /usr/local/go/src/runtime/panic.go:464 +0x3e6 github.com/gorilla/websocket.(*Conn).flushFrame(0xc8202ad700, 0x778c01, 0x0, 0x0, 0x0, 0x0, 0x0) /Users/antonkonovalov/go/src/github.com/gorilla/websocket/conn.go:450 +0x5ba github.com/gorilla/websocket.(*Conn).NextWriter(0xc8202ad700, 0x1, 0x0, 0x0, 0x0, 0x0) /Users/antonkonovalov/go/src/github.com/gorilla/websocket/conn.go:378...
need remove ServerHTTP from here https://github.com/gophergala/gopherling/blob/master/gopherling.go#L185