AuResponse of stop comet server push would override the request of start in some situation

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 6.5.4
    • Affects Version/s: 6.5.3
    • Component/s: None
    • None
    • None

      When toggle server push instantly, the response of stop comet server push would override the request of start in some situation, the code snippets as shown below:

      	public static final ExecutorService EXECUTOR_SERVICE = Executors.newSingleThreadExecutor();
      
      	@Command
      	public void toggltServerPush()
      			throws InterruptedException {
      		final Desktop desktop = Executions.getCurrent().getDesktop();
      		desktop.enableServerPush(true);
      		desktop.enableServerPush(false);
      	}
      

            Assignee:
            RaymondChao
            Reporter:
            RaymondChao
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: