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

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

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



##########
File path: 
wicket-native-websocket/wicket-native-websocket-core/src/main/java/org/apache/wicket/protocol/ws/api/IWebSocketConnection.java
##########
@@ -55,6 +56,27 @@
         */
        IWebSocketConnection sendMessage(String message) throws IOException;
 
+    /**
+     * Sends a text message to the client.

Review comment:
       Done




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


> allow to send non-blocking web socket messages
> ----------------------------------------------
>
>                 Key: WICKET-6967
>                 URL: https://issues.apache.org/jira/browse/WICKET-6967
>             Project: Wicket
>          Issue Type: Improvement
>            Reporter: Ernesto Reinaldo Barreiro
>            Priority: Major
>             Fix For: 10.0.0, 9.10.0
>
>
> Currently IWebSocketConnection does not allow to send asynchronous messages. 
> This could be used when sending text or binary non "push" messages.



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

Reply via email to