-
Bug
-
Resolution: Fixed
-
Normal
-
9.0.0, 8.6.3
-
Security Level: Jimmy
-
ZK 9.0.1 S1
-
None
Steps to Reproduce
test with PE comet and EE comet to observe differences
<!-- comment out for EE comet (async) --> <device-config> <device-type>ajax</device-type> <server-push-class>org.zkoss.zkex.ui.comet.CometServerPush</server-push-class> </device-config> <preference> <name>CometServerPush.retry.delay</name> <value>3000</value><!-- 3 seconds delay between each retry--> </preference> <preference> <name>CometServerPush.retry.count</name> <value>3</value><!-- 3 tries for each request --> </preference> <preference> <name>CometServerPush.ajax.timeout</name> <value>5000</value><!-- 5 sec --> </preference>
Current Result
the EE comet stops polling after timing out 3 times as configured
the PE comet continues polling forever
Expected Result
consistent behavior for the same configuration
TBD whether the configured (expected) timeout should increment the retry count or not