-
I was trying to upgrade from Helidon 3.x to 4.x and port some WebSocket code but had to halt the effort because WsSession is missing a couple of key methods I used to get from jakarta.websocket.Session. Namely Session.getId(), and Session.isOpen(). Is there any way to obtain the backing Implementation of WsSession programatically? Or add these methods to WsSession? I'm looking at https://helidon.io/docs/latest/apidocs/io.helidon.websocket/io/helidon/websocket/WsSession.html |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
To be clear, are you migrating |
Beta Was this translation helpful? Give feedback.
-
@dcoracle Helidon 4.x also supports the Jakarta API, as before. Is there a reason for you to migrate to the Helidon WS API? |
Beta Was this translation helpful? Give feedback.
@dcoracle Helidon 4.x also supports the Jakarta API, as before. Is there a reason for you to migrate to the Helidon WS API?