mirror of https://github.com/elunez/eladmin
				
				
				
			移除OnlineUserService中kickOutForUsername的@Async注解
close https://github.com/elunez/eladmin-mp/issues/43pull/827/merge
							parent
							
								
									f4f76deaf9
								
							
						
					
					
						commit
						bb11e403cb
					
				| 
						 | 
				
			
			@ -141,7 +141,6 @@ public class OnlineUserService {
 | 
			
		|||
     * 根据用户名强退用户
 | 
			
		||||
     * @param username /
 | 
			
		||||
     */
 | 
			
		||||
    @Async
 | 
			
		||||
    public void kickOutForUsername(String username) {
 | 
			
		||||
        String loginKey = properties.getOnlineKey() + username + "*";
 | 
			
		||||
        redisUtils.scanDel(loginKey);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue