Merge release-7.1 into master
This commit is contained in:
commit
b3b53a478e
|
@ -192,9 +192,11 @@ public class AtmosphereServerPush implements ServerPush {
|
||||||
}
|
}
|
||||||
if (!ok) {
|
if (!ok) {
|
||||||
for(int i = 0; i < 3 && !ok; i++) {
|
for(int i = 0; i < 3 && !ok; i++) {
|
||||||
|
for (int ii = 0; ii < 10 && schedules.size() > 0; ii++) {
|
||||||
try {
|
try {
|
||||||
Thread.sleep(500);
|
Thread.sleep(50);
|
||||||
} catch (InterruptedException e1) {}
|
} catch (InterruptedException e1) {}
|
||||||
|
}
|
||||||
if (schedules.size() > 0) {
|
if (schedules.size() > 0) {
|
||||||
try {
|
try {
|
||||||
ok = commitResponse();
|
ok = commitResponse();
|
||||||
|
|
Loading…
Reference in New Issue