[ 
https://issues.apache.org/jira/browse/WICKET-6954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490980#comment-17490980
 ] 

ASF GitHub Bot commented on WICKET-6954:
----------------------------------------

reiern70 commented on a change in pull request #499:
URL: https://github.com/apache/wicket/pull/499#discussion_r804755729



##########
File path: 
wicket-native-websocket/wicket-native-websocket-core/src/main/java/org/apache/wicket/protocol/ws/WebSocketSettings.java
##########
@@ -139,6 +142,49 @@ public static void set(Application application, 
WebSocketSettings settings)
         */
        private IWebSocketConnectionFilter connectionFilter;
 
+       /**
+        * Boolean used to determine if ping-pong heart beat will be used.
+        */
+       private boolean useHeartBeat = false;
+
+
+       /**
+        * Boolean used to determine if ping-pong heart beat will be used.
+        */
+       private boolean usePingPongHeartBeat = false;

Review comment:
       https://www.examplefiles.net/cs/66809
   https://www.w3.org/Bugs/Public/show_bug.cgi?id=13104




-- 
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: commits-unsubscr...@wicket.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> create standard keep-alive/heartbeat like functionality for web-sockets
> -----------------------------------------------------------------------
>
>                 Key: WICKET-6954
>                 URL: https://issues.apache.org/jira/browse/WICKET-6954
>             Project: Wicket
>          Issue Type: Improvement
>            Reporter: Ernesto Reinaldo Barreiro
>            Assignee: Ernesto Reinaldo Barreiro
>            Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to