I am using websockets, so I updated my transport type to WEBSOCKET_XHR, yet VaadinService.getCurrentResponse() always returns null for me. Is there a different example specific to WEBSOCKET_XHR, or something else I’m missing here?
Using javascript to write the cookie makes it functional, I can read cookies fine with the example code found in the wiki. This works for me, but I feel like the wiki may need to be updated in some way, as it is does not seem to work still with websocket_xhr.