Fix sending next queued websocket notification.

This commit is contained in:
Josh Rickmar 2014-07-26 10:15:34 -05:00
parent b9fd527d33
commit 49b15625b9

View file

@ -1199,6 +1199,8 @@ out:
if len(q) == 0 {
dequeue = nil
skipQueue = s.dequeueNotification
} else {
next = q[0]
}
case <-s.quit: