Re: Websockets with shared resource and multiple browser tabs

2020-03-20 Thread Thomas Heigl
Hi all, I created a ticket (https://issues.apache.org/jira/browse/WICKET-6761) and a PR (https://github.com/apache/wicket/pull/417) for this. Best, Thomas On Fri, Mar 20, 2020 at 12:14 PM Thomas Heigl wrote: > Hi all, > > I'm currently implementing native websockets for my application. I'm

Websockets with shared resource and multiple browser tabs

2020-03-20 Thread Thomas Heigl
Hi all, I'm currently implementing native websockets for my application. I'm using `WebSocketResource` because I don't need access to the page and do not want my page to lock on websocket messages. Everything works, but I encountered one issue: It is not possible to support websocket connections