You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the documentation should mention that it is not safe to call Serve with multiple listeners. I have seen this pattern repeated many times for the http & https listeners.
Please answer these questions before submitting your issue. Thanks!
go version
)?go version go1.7rc3 darwin/amd64
go env
)?If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
run this with the race detector: https://play.golang.org/p/9WopZBGsFq
I think the documentation should mention that it is not safe to call
Serve
with multiple listeners. I have seen this pattern repeated many times for the http & https listeners.Data race warning: https://gist.github.com/benburkert/4eb8e7e4acb72984f7568f4e1fdf1847
The text was updated successfully, but these errors were encountered: