Vaadin Flow silent WebSocket to Long Polling fallback
When Vaadin Flow is configured with pushMode=AUTO , the framework attempts a WebSocket connection before falling back to long polling if the handshake fails. In environments behind strict proxies or utilizing self-signed certificates, the WebSocket handshake may time out silently without triggering an explicit client-side error in the browser console. While