Statistics

This commit is contained in:
skiffer-git
2022-05-18 11:52:15 +08:00
parent fa94fd075f
commit 313cf858f0
3 changed files with 5 additions and 1 deletions
+2
View File
@@ -19,6 +19,8 @@ var (
sendMsgFailedCount uint64
sendMsgSuccessCount uint64
userCount uint64
sendMsgAllCountLock sync.RWMutex
)
func Init(rpcPort, wsPort int) {