Ernesto Reinaldo Barreiro created WICKET-6984: -------------------------------------------------
Summary: allow to resend failed web socket push messages Key: WICKET-6984 URL: https://issues.apache.org/jira/browse/WICKET-6984 Project: Wicket Issue Type: Improvement Components: wicket-native-websocket Reporter: Ernesto Reinaldo Barreiro Assignee: Martin Tzvetanov Grigorov Attachments: image-2022-05-16-12-28-56-452.png, image-2022-05-16-12-30-33-719.png Currently WebSocketResponse "swallows" the exception at !image-2022-05-16-12-28-56-452.png! and In !image-2022-05-16-12-30-33-719.png! There is nothing that can be done if exception happens when a push message is broadcasted. Can this be improved somehow? Now that we are asynchronous sending maybe we can "recover" from this case? This is failing in our app and server state gets "disconnected" from client state. -- This message was sent by Atlassian Jira (v8.20.7#820007)