This commit is contained in:
shoopea 2019-11-05 10:37:42 +08:00
parent abcf95ce1c
commit 2e562a1c27

View File

@ -39,7 +39,7 @@ var (
lastOwnTDMsg time.Time
lastOwnTDMsgMux sync.Mutex
lastChatTDMsg map[int64]time.Time
lastChatTDMsgMux map[int64]sync.Mutex
lastChatTDMsgMux map[int64]*sync.Mutex
lastChatMsgMux sync.RWMutex
MQCWMsgQueue chan ChatWarsMessage
MQTGCmdQueue chan TGCommand