移除OnlineUserService中kickOutForUsername的@Async注解

close https://github.com/elunez/eladmin-mp/issues/43
pull/827/merge
Jie Zheng 2024-12-09 09:04:16 +08:00
parent f4f76deaf9
commit bb11e403cb
1 changed files with 0 additions and 1 deletions

View File

@ -141,7 +141,6 @@ public class OnlineUserService {
* 退
* @param username /
*/
@Async
public void kickOutForUsername(String username) {
String loginKey = properties.getOnlineKey() + username + "*";
redisUtils.scanDel(loginKey);