org.zkoss.zkmax.au.websocket.WebSocketEndPoint.reconnection"
From Documentation
Jumperchen (talk | contribs) (Created page with " {{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.zkmax.au.websocket.WebSocketEndPoint.reconnection {{GlobalLibraryProperty}} Default: <i>true</i> [Since 9...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
Default: <i>true</i> | Default: <i>true</i> | ||
− | + | {{versionSince| 9.6.1}} | |
{{ZK EE}} | {{ZK EE}} | ||
− | Specifies | + | Specifies whether to enable or not for the WebSocket client reconnection mechanism. |
Only works when WebSocket connection is enabled. | Only works when WebSocket connection is enabled. | ||
+ | |||
+ | When ZK reconnects a server and fails, the browser console will show the error like: | ||
+ | zk.wpd:48603 WebSocket connection to 'ws://192.168.0.5:8080/yourapp/zkwm?dtid=z_36yyy9abcdabde9H8npff8Ew' failed: | ||
{{ZKConfigurationReferencePageFooter}} | {{ZKConfigurationReferencePageFooter}} |
Latest revision as of 04:35, 13 July 2023
Property:
org.zkoss.zkmax.au.websocket.WebSocketEndPoint.reconnection
Applicable: globally in zk.xml via <library-property> not as <custom-attribute>
Default: true
Since 9.6.1
- Available for ZK:
Specifies whether to enable or not for the WebSocket client reconnection mechanism.
Only works when WebSocket connection is enabled.
When ZK reconnects a server and fails, the browser console will show the error like:
zk.wpd:48603 WebSocket connection to 'ws://192.168.0.5:8080/yourapp/zkwm?dtid=z_36yyy9abcdabde9H8npff8Ew' failed: