-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
None
-
None
It is the scenario:
- comet server push changes label every 5 second
- user clicks a button to perform long operation
- comet server push keep communicating between server and client
- it causes large amount of redundant requests and responses
Solution:
- check if au isn't ready (long operation)
- pause comet server push
- after onResponse (au is back), resume comet server push