We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When server receives the same message id and hash as latest handled server should resend the previous payload to the client.
This should help to avoid unnecessary resynchronisations and loggings like:
com.vaadin.flow.server.communication.ServerRpcHandler | Ignoring old duplicate message from the client. Expected: 1748, got: 1747.
The text was updated successfully, but these errors were encountered:
feat: resend payload of reoccuring client request
09fd5d5
If the client request contains the previous id and exactly the same message content respond with the same payload as previously. Closes #20506
caalador
Successfully merging a pull request may close this issue.
When server receives the same message id and hash as latest handled server should resend the previous payload to the client.
This should help to avoid unnecessary resynchronisations and loggings like:
The text was updated successfully, but these errors were encountered: