kataras / go-websocket

:speaker: Deprecated. Use https://github.com/kataras/neffos instead
MIT License
60 stars 16 forks source link

broadcast bug #6

Closed notedit closed 8 years ago

notedit commented 8 years ago

in this line https://github.com/kataras/go-websocket/blob/master/server.go#L214,

if msg.to is some random wrong id, it will traverse every connection.