blue
3 years ago
committed by
Gitee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with
1 additions and
1 deletions
-
im-platform/src/main/java/com/bx/implatform/task/PullAlreadyReadMessageTask.java
|
|
@ -64,7 +64,7 @@ public class PullAlreadyReadMessageTask { |
|
|
Thread.sleep(200); |
|
|
Thread.sleep(200); |
|
|
}finally { |
|
|
}finally { |
|
|
// 下一次循环
|
|
|
// 下一次循环
|
|
|
if(executorService.isShutdown()){ |
|
|
if(!executorService.isShutdown()){ |
|
|
executorService.submit(this); |
|
|
executorService.submit(this); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|