theigl opened a new pull request #418: WICKET-6762 Allow users to customize websocket setup URL: https://github.com/apache/wicket/pull/418 This PR allows users to customize the setup of websocket connections. Websocket connections are currently opened when the DOM is ready. If users open tabs in the background, a new websocket connection is initialized for each tab. I want to defer connection creation to the moment when the user activates the tab. Instead of adding yet another configuration parameter, I thought it might be better to give users full control of the initialization script by exposing `getWebSocketSetupScript`. See https://issues.apache.org/jira/projects/WICKET/issues/WICKET-6762
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services