send group message split topic
This commit is contained in:
@@ -27,6 +27,7 @@ var (
|
||||
|
||||
func Init() {
|
||||
cmdCh = make(chan Cmd2Value, 10000)
|
||||
w = new(sync.Mutex)
|
||||
persistentCH.Init()
|
||||
historyCH.Init(cmdCh)
|
||||
offlineHistoryCH.Init(cmdCh)
|
||||
|
||||
Reference in New Issue
Block a user