Open
Conversation
Co-authored-by: 薄奚梦灵 <boximengling@outlook.com>
Contributor
Author
|
o不对,之前写的代码大部分都没有了... 正在尝试重新写出来 |
Contributor
Author
|
发现了问题:在token过期时如果PCL正在运行,日志会一直输出"<L/登录> [Loader] 由于输入条件变更,重启已完成的加载器 登录",目前不清楚是哪里检测不通过 不过恰好在过期的时候运行PCL概率可能小点(? |
在原595行的代码使得内存中的到期时间改变。使得输入值变化(理论上是这样)
Contributor
Author
问题找到了,是原595行的代码使得判断出输入条件改变(这行代码更改了内存中的到期时间)。 这个问题在原来的PR里是没有的,昨天重写时落下了,没有删掉这行代码。:/ |
Contributor
Author
@LinQingYuu 注意到"社区处理中"的标签没有删掉,问题已经解决了。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
不熟悉github的解决冲突机制,不小心把之前的PR删掉了...
能尽早合并是最好的,解决冲突太麻烦了,还容易出错(
#8018
原PR