[IDEMPIERE-175] Performance: Use atmosphere ( long pooling, NIO ) server push
This commit is contained in:
parent
0174cceaf6
commit
fadd9c9b83
|
@ -136,13 +136,6 @@ public class AtmosphereServerPush implements ServerPush {
|
|||
|
||||
@Override
|
||||
public void onPiggyback() {
|
||||
Desktop desktop = this.desktop.get();
|
||||
if (desktop == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (Executions.getCurrent() != null && _carryOver == null)
|
||||
_carryOver = new ExecutionCarryOver(desktop);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue