自动登录时机修改为ws-app连接成功并且版本是最新

This commit is contained in:
MrZ626
2021-04-11 20:43:29 +08:00
parent 15d8bbead9
commit 6fbec2b298
2 changed files with 6 additions and 4 deletions

View File

@@ -181,9 +181,6 @@ local loadingThread=coroutine.wrap(function()
TASK.new(NET.updateWS_user)
TASK.new(NET.updateWS_play)
NET.wsconn_app()
if USER.authToken then
NET.wsconn_user_token(USER.uid,USER.authToken)
end
while true do
if math.random()<.126 then