You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by re...@apache.org on 2021/11/08 13:23:37 UTC

[wicket] branch WICKET-6930-websocket-improvements updated (1496ec3 -> 2fee06a)

This is an automated email from the ASF dual-hosted git repository.

reiern70 pushed a change to branch WICKET-6930-websocket-improvements
in repository https://gitbox.apache.org/repos/asf/wicket.git.


    from 1496ec3  WICKET-6930: comment
     add 2fee06a  WICKET-6930: implement suggestions

No new revisions were added by this update.

Summary of changes:
 .../wicket/examples/websocket/JSR356Session.java   | 24 ++++++++++++++--------
 .../websocket/progress/ProgressBarTogglePanel.java | 18 +++-------------
 .../websocket/progress/ProgressUpdater.java        | 17 ++++++++-------
 .../protocol/ws/api/WebSocketPushBroadcaster.java  |  6 ++++--
 .../protocol/ws/api/WebSocketRequestHandler.java   | 11 ++++++----
 .../api/registry/IWebSocketConnectionRegistry.java |  4 ++--
 .../SimpleWebSocketConnectionRegistry.java         |  2 +-
 7 files changed, 42 insertions(+), 40 deletions(-)