zenhack / irc-idler

IRC idler app for sandstorm
GNU General Public License v3.0
4 stars 2 forks source link

Goroutine leak in websocket handler #7

Closed zenhack closed 8 years ago

zenhack commented 8 years ago

See:

https://github.com/zenhack/irc-idler/blob/a507bbfcfc9c7c5a7c23475090b17eb3c95403b0/sandstorm/webui/webui.go#L180-L184

This is a bug in the package "zenhack.net/go/sandstorm/websession", but since this repo is driving that one's development for now, and I want this on a specific milestone, I'm putting the issue here.