Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
7.2.0, 8.0.0-M1, 6.22.0
-
None
Description
Adding multiple WebSocketBehaviors to the page will try to create multiple WebSocket connections and the default websocket connection in Wicket doesn't allow this because there is no sense in having more than one connection per page.
WebSocketBehavior could be improved to contribute its JavaScript only once per page. This way all WebSocketBehaviors will receive messages from this connection. And will be able to push messages of course.
Attachments
Issue Links
- links to