reiern70 opened a new pull request #479:
URL: https://github.com/apache/wicket/pull/479


   This PR adds some extra functionality to WS implementation. Not sure if this 
can be done in a cleaner way or a more general one. This adds.
   
   - Allows to avoid sending "empty" web socket push messages (i.e. no 
components or scripts are added to it). The use case is user starts a 
background task and component listening for it are no longer in page. Thus 
events still go through a page but nothing is added to them.
   - The pageClass is added as a variable to WS page related key. Use case? You 
want to deliver to a class of pages... or you want to start a task and leave a 
page, or open a new page and still receive events..
   - I modified the examples to illustrate this.


-- 
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]


Reply via email to