Remove todo

This commit is contained in:
Derek Collison
2012-11-20 14:10:42 -08:00
parent f6a039bd6a
commit 79457457a2

View File

@@ -313,10 +313,6 @@ func (c *client) deliverMsg(sub *subscription, mh, msg []byte) {
c.pcd[sub.client] = needFlush
}
// TODO
// Block pub goroutine on bufio locked write buffer with
// go flusher routine. Single for all connections?
func (c *client) processMsg(msg []byte) {
c.nm++
if trace {