test
This commit is contained in:
parent
abcf95ce1c
commit
2e562a1c27
2
main.go
2
main.go
@ -39,7 +39,7 @@ var (
|
|||||||
lastOwnTDMsg time.Time
|
lastOwnTDMsg time.Time
|
||||||
lastOwnTDMsgMux sync.Mutex
|
lastOwnTDMsgMux sync.Mutex
|
||||||
lastChatTDMsg map[int64]time.Time
|
lastChatTDMsg map[int64]time.Time
|
||||||
lastChatTDMsgMux map[int64]sync.Mutex
|
lastChatTDMsgMux map[int64]*sync.Mutex
|
||||||
lastChatMsgMux sync.RWMutex
|
lastChatMsgMux sync.RWMutex
|
||||||
MQCWMsgQueue chan ChatWarsMessage
|
MQCWMsgQueue chan ChatWarsMessage
|
||||||
MQTGCmdQueue chan TGCommand
|
MQTGCmdQueue chan TGCommand
|
||||||
|
Loading…
Reference in New Issue
Block a user