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

Call VaadinService::requestStart if push transport is websocket #7489

Merged
merged 1 commit into from
Feb 4, 2020

Conversation

denis-anisimov
Copy link
Contributor

@denis-anisimov denis-anisimov commented Feb 4, 2020

Fixes #7116


This change is Reviewable

Copy link
Contributor

@caalador caalador left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 2 of 2 files at r1.
Reviewable status: :shipit: complete! all discussions resolved, 1 of 1 LGTMs obtained

@denis-anisimov denis-anisimov merged commit 9e30e7d into master Feb 4, 2020
@denis-anisimov denis-anisimov deleted the 7116-set-current-on-connect branch February 4, 2020 15:46
TatuLund added a commit to vaadin/framework that referenced this pull request Feb 5, 2020
onConnect was allways called with websocket = false. I think this is wrong, since if there was connection loss in websocket, now connection cannot be re-established in websocket mode.

Fixes: #11299

This bug may have been manifesting in other ways as well

Recently similar fix was done in Flow as well, see: vaadin/flow#7489
Ansku pushed a commit to vaadin/framework that referenced this pull request Apr 7, 2020
onConnect was allways called with websocket = false. I think this is wrong, since if there was connection loss in websocket, now connection cannot be re-established in websocket mode.

Fixes: #11299

This bug may have been manifesting in other ways as well

Recently similar fix was done in Flow as well, see: vaadin/flow#7489
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Grid with Custom Components based on PolymerTemplate throw NPE
4 participants