mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 02:42:19 +08:00
Update init.go
This commit is contained in:
parent
964fad777a
commit
025f9b5205
@ -23,6 +23,7 @@ import (
|
||||
"syscall"
|
||||
"time"
|
||||
"net/http"
|
||||
"sync"
|
||||
|
||||
"github.com/OpenIMSDK/tools/errs"
|
||||
|
||||
@ -119,7 +120,7 @@ func (m *MsgTransfer) Start(prometheusPort int) error {
|
||||
go func() {
|
||||
defer wg.Done()
|
||||
|
||||
m.m.historyCH.historyConsumerGroup.RegisterHandleAndConsumer(ctx, m.historyCH)
|
||||
m.historyCH.historyConsumerGroup.RegisterHandleAndConsumer(ctx, m.historyCH)
|
||||
}()
|
||||
|
||||
wg.Add(1)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user