Merge release-7.1 into master

This commit is contained in:
hengsin 2020-02-16 17:01:59 +08:00
commit b3b53a478e
1 changed files with 5 additions and 3 deletions

View File

@ -192,9 +192,11 @@ public class AtmosphereServerPush implements ServerPush {
}
if (!ok) {
for(int i = 0; i < 3 && !ok; i++) {
try {
Thread.sleep(500);
} catch (InterruptedException e1) {}
for (int ii = 0; ii < 10 && schedules.size() > 0; ii++) {
try {
Thread.sleep(50);
} catch (InterruptedException e1) {}
}
if (schedules.size() > 0) {
try {
ok = commitResponse();