fix indication

back_recharge
wangyuan 2020-03-10 16:54:17 +08:00
parent ae294080a6
commit 13b83b1050
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class RetrySendIndicationThread extends Thread{
} }
private void doWork() throws InterruptedException { private void doWork() throws InterruptedException {
Map<Integer, ISession> sessionMap = OnlineUserManager.sessionMap; Map<Integer, ISession> sessionMap = new ConcurrentHashMap<>(OnlineUserManager.sessionMap);
if(sessionMap == null){ if(sessionMap == null){
return; return;
} }