This commit is contained in:
aozhiwei 2023-08-12 16:01:36 +08:00
parent c9051aab67
commit 7e674831d4

View File

@ -86,8 +86,5 @@ func (this *App) addNetMsg(hdr *f5.MsgHdr) {
defer this.msgMutex.Unlock()
this.msgList.AddTail(&hdr.Entry);
}
{
mt.Table.IMServer.GetById(0)
}
this.NotifyLoopCond()
}