mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-26 03:26:57 +08:00
send group message split topic
This commit is contained in:
parent
f8af109821
commit
8753f91a4a
@ -27,6 +27,7 @@ var (
|
|||||||
|
|
||||||
func Init() {
|
func Init() {
|
||||||
cmdCh = make(chan Cmd2Value, 10000)
|
cmdCh = make(chan Cmd2Value, 10000)
|
||||||
|
w = new(sync.Mutex)
|
||||||
persistentCH.Init()
|
persistentCH.Init()
|
||||||
historyCH.Init(cmdCh)
|
historyCH.Init(cmdCh)
|
||||||
offlineHistoryCH.Init(cmdCh)
|
offlineHistoryCH.Init(cmdCh)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user