reiern70 opened a new pull request #498: URL: https://github.com/apache/wicket/pull/498
@martin-g This work is not ready. I have just created a PR to get your early advice regarding the approach. How does it work? - Via setting some timer process can be started that will use a thread pool to ping remote clients - Clients will react to theses pings and terminate connection with some time-out - The same timer thing check connections at server side and if they have not being alive for some time connection is terminated - On receiving pong messages connection is marked as alive and optionally a message is delivered to page holding the connection. - There is another flag that determines if client will try to reconnect to server (we maybe might need make this different from normal connection and generate some event telling page "Hey, connection was just re-stablished"). Maybe we need also some event when connection is terminated because of inactivity? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
