使用小游戏的GameServerManager服务,重启小游戏后,按照官方的指引,在断线重连时login -> reconnect,但是在上一局房间roomState为2时reconnect提示失败,无法重连游戏服务,以下是日志:
2021-04-30 21:23:03:登录大厅
2021-04-30 21:23:03:获取上局游戏信息成功:{"errCode":0,"errMsg":"ok","data":{"accessInfo":"8AqN-py5mtahocH1iVEHRmxAW83xvrvGqyhhtt43Eu8","roomInfo":{"roomState":2,"memberList":[{"isReady":false,"role":1,"posNum":0,"headimg":"https://wx.qlogo.cn/mmopen/vi_32/JcAeibsQibCGykZ1ic4YeYfKP52mGhENMwiasic1ahn8XibDoVhfPtPicQjukxun6pFgAyomRBo9LrXmhBjXLnrsNmpgg/132","nickname":"隐去","clientId":1,"memberExtInfo":"","heartBeatTimeStamp":1619788797,"hasSendTimeOut":false},{"isReady":false,"role":0,"posNum":1,"headimg":"https://wx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTJ1KSrs5Wf7VFngod7IujX7qDaGiba1qvNtz2Sicu2HMbf6g20KoKNBQL41ouYxRhFnqD9EChUOjDCg/132","nickname":"隐去","clientId":2,"memberExtInfo":"","heartBeatTimeStamp":1619788823,"hasSendTimeOut":false}],"maxMemberNum":2,"createTimestamp":1619788797,"updateTimestamp":1619788925,"roomIdStr":"10660962541505785669","gameTick":33,"thirdpartyGameUrl":"","udpReliabilityStrategy":3,"protocol":0,"startPercent":0,"expectUinList":[],"gameAccessInfo":"xXqoiY-VGPnKIVsLWdg4m1ihMtf34ZJ_Z3DnGGSDjuo","gameLastTime":1200,"gameVersion":0,"roomExtInfo":""}}}
2021-04-30 21:23:03:加入房间成功:{"myPos":0,"clientId":1}
2021-04-30 21:23:03:获取当前房间信息成功:{"errCode":0,"errMsg":"ok","data":{"roomInfo":{"roomState":2,"memberList":[{"isReady":false,"role":1,"posNum":0,"headimg":"https://wx.qlogo.cn/mmopen/vi_32/JcAeibsQibCGykZ1ic4YeYfKP52mGhENMwiasic1ahn8XibDoVhfPtPicQjukxun6pFgAyomRBo9LrXmhBjXLnrsNmpgg/132","nickname":"隐去","clientId":1,"memberExtInfo":"","heartBeatTimeStamp":1619788797,"hasSendTimeOut":false},{"isReady":false,"role":0,"posNum":1,"headimg":"https://wx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTJ1KSrs5Wf7VFngod7IujX7qDaGiba1qvNtz2Sicu2HMbf6g20KoKNBQL41ouYxRhFnqD9EChUOjDCg/132","nickname":"隐去","clientId":2,"memberExtInfo":"","heartBeatTimeStamp":1619788823,"hasSendTimeOut":false}],"maxMemberNum":2,"createTimestamp":1619788797,"updateTimestamp":1619788925,"roomIdStr":"10660962541505785669","gameTick":33,"thirdpartyGameUrl":"","udpReliabilityStrategy":3,"protocol":0,"startPercent":0,"expectUinList":[],"gameAccessInfo":"xXqoiY-VGPnKIVsLWdg4m1ihMtf34ZJ_Z3DnGGSDjuo","gameLastTime":1200,"gameVersion":0,"roomExtInfo":""}}}
2021-04-30 21:23:03:重连上一局
2021-04-30 21:23:03:游戏重连失败:{"errMsg":"game over because offline for a long time","errCode":2203,"requestId":1}
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。