[IDEMPIERE-175] Performance: Use atmosphere ( long pooling, NIO ) server push

This commit is contained in:
Elaine Tan 2012-04-26 19:25:36 +08:00
parent 0174cceaf6
commit fadd9c9b83
1 changed files with 0 additions and 7 deletions

View File

@ -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