Thomas Heigl created WICKET-6759:
------------------------------------
Summary: Support disabling onError notification for websockets
Key: WICKET-6759
URL: https://issues.apache.org/jira/browse/WICKET-6759
Project: Wicket
Issue Type: Improvement
Components: wicket-native-websocket
Affects Versions: 8.7.0
Reporter: Thomas Heigl
Assignee: Martin Tzvetanov Grigorov
Hi,
WebSocketSettings currently supports disabling the broadcast of `close` events.
This toggle has been added because notifications lead to deserialization of the
page instance from the page store.
The same happens for `error` events, but it is not possible to disable the
notification.
Would it be possible to add another toggle `setNotifyOnErrorEvent`?
I can provide a PR if necessary.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)