diff --git a/server/client.go b/server/client.go index 34eaeb7e..81f0a807 100644 --- a/server/client.go +++ b/server/client.go @@ -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 {