Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
7.2.0
-
None
Description
When something goes wrong with a WebSocket connection, Wicket just logs that at org.apache.wicket.protocol.ws.javax.WicketEndpoint.onError().
I would suggest to let developers using this API to handle the error and propagate onError the same way as onClose.