修改:广播消息未成功发送bug
git-svn-id: svn://47.119.165.148/zhub@113 e63fbceb-bcc3-4977-ac22-735b83d8d0f4
This commit is contained in:
@@ -26,7 +26,7 @@ func (g *ZGroup) appendTo(c *ZConn) {
|
||||
// create new goroutine consumer message
|
||||
unsubChan := make(chan int, 0)
|
||||
c.substoped[topic] = unsubChan
|
||||
c.appendTo(g.conns)
|
||||
g.conns = c.appendTo(g.conns)
|
||||
go func() {
|
||||
for {
|
||||
select {
|
||||
|
||||
Reference in New Issue
Block a user