Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

貌似有一个12小时后刷新redis的bug #29

Closed
gyf6067 opened this issue Feb 13, 2019 · 1 comment
Closed

貌似有一个12小时后刷新redis的bug #29

gyf6067 opened this issue Feb 13, 2019 · 1 comment

Comments

@gyf6067
Copy link

gyf6067 commented Feb 13, 2019

SsoTokenLoginHelper.java 的第74行:
// After the expiration time has passed half, Auto refresh
if ((System.currentTimeMillis() - xxlUser.getExpireFreshTime()) > xxlUser.getExpireMinite()/2) {
xxlUser.setExpireFreshTime(System.currentTimeMillis());
SsoLoginStore.put(storeKey, xxlUser);
}
不能用毫秒与分钟进行比较。。。

@xuxueli
Copy link
Owner

xuxueli commented Dec 13, 2019

合并至:#33

@xuxueli xuxueli closed this as completed Dec 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants