Thomas Heigl created WICKET-6761:
------------------------------------
Summary: Support multiple connections to the same websocket
resource from a single session
Key: WICKET-6761
URL: https://issues.apache.org/jira/browse/WICKET-6761
Project: Wicket
Issue Type: Improvement
Components: wicket-native-websocket
Affects Versions: 8.7.0
Reporter: Thomas Heigl
Assignee: Martin Tzvetanov Grigorov
It is currently not possible to connect to the same websocket resource multiple
times from the same session because the connection is stored with a key using
only the name of the resource (ResourceNameKey).
If a user opens additional browser tabs, only the newest connection survives in
the connection registry.
This could easily be solved by adding some kind of optional token such as a
UUID to the websocket connection and use both resource name and token as a key.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)