This commit is contained in:
laodaming 2023-11-01 14:49:36 +08:00
parent 60f6f58e69
commit 37055bbf0f

View File

@ -78,6 +78,7 @@ func (l *GetStatLogic) GetStat(req *types.GetStatReq, userinfo *auth.UserInfo) (
WsTotalCount: currentWebsocketConnectCount,
CurCombineCount: currentCombineApiCount,
CurUnityHandleCount: currentUnityHandleCount,
CombineErrorCount: combineErrorCount,
UserWsStat: userStat,
})
}