Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server stops pushing changes #20837

Open
mperktold opened this issue Jan 13, 2025 · 0 comments
Open

Server stops pushing changes #20837

mperktold opened this issue Jan 13, 2025 · 0 comments

Comments

@mperktold
Copy link

Description of the bug

Some of our users report cases where push stops working correctly. In these cases, changes to the UI are never pushed. Instead, only when the user triggers another event, the server sends the previous changes along the response to the new event.

In the browser console, there is no indication of any error regarding push:
console.log

We did logs like these on the server side:

Connection unexpectedly closed for resource c1ad1a97-61f2-4a6c-90cd-1298a83f80cb with transport WEBSOCKET

This happens mostly with notebook clients connected via WIFI, and more often when the client is busy also with other applications running and having opened multiple tabs of our application.

Expected behavior

When the push connection is lost, both client and server should notice and reconnect.

Minimal reproducible example

I don't have a reproducer, since the problem seems to depend very much on the environment and is hard to reproduce even in the environment we observe it the most.

Versions

  • Vaadin / Flow version: 24.4.20
  • Java version: Eclipse Temurin 21.0.5+11
  • OS version: Windows 11
  • Browser version (if applicable): Edge 131.0.2903
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🔎 Investigation
Development

No branches or pull requests

2 participants