git-svn-id: svn://47.119.165.148/zhub@74 e63fbceb-bcc3-4977-ac22-735b83d8d0f4
This commit is contained in:
lxy
2021-01-19 01:41:52 +00:00
parent 82155ca56e
commit 03a7118598
4 changed files with 12 additions and 15 deletions

View File

@@ -21,7 +21,7 @@ func (g *ZGroup) init() {
if len(g.conns) == 0 {
continue
}
send(g.conns[0].conn, "message", g.ztopic.topic, msg)
g.conns[0].send("message", g.ztopic.topic, msg)
g.offset++
}
}()