fix indication

back_recharge
wangyuan 2020-03-10 16:56:21 +08:00
parent 13b83b1050
commit c7a280108d
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ public class RetrySendIndicationThread extends Thread{
long now = TimeUtils.now();
Set<Integer> removeIds = new HashSet<>();
for(ISession session : sessionMap.values()){
if(session == null){
continue;
}
if(!session.getChannel().isClosed()&&session.getChannel().isConnected()){