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

Terminate webpack dev server process only on connection error #6520

Merged
merged 1 commit into from Sep 23, 2019

Conversation

denis-anisimov
Copy link
Contributor

@denis-anisimov denis-anisimov commented Sep 23, 2019

Try to reconnect always on connection close. So the process is
terminated only if there is a connection error (which happens if there
is no network port available which is listen by Java process).

Fixes vaadin/spring#494


This change is Reviewable

Try to reconnect always on connection close. So the process is
terminated only if there is a connection error (which happens if there
is no network port available which is listen by Java process).

Fixes vaadin/spring#494
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 1 of 1 files at r1.
Reviewable status: :shipit: complete! all discussions resolved, 1 of 1 LGTMs obtained

OLD Vaadin Flow ongoing work (Vaadin 10+) automation moved this from External Reviews to Reviewer approved Sep 23, 2019
@ujoni ujoni added the +0.0.1 label Sep 23, 2019
@denis-anisimov denis-anisimov merged commit 0ef884d into master Sep 23, 2019
OLD Vaadin Flow ongoing work (Vaadin 10+) automation moved this from Reviewer approved to Done - pending release Sep 23, 2019
@denis-anisimov denis-anisimov deleted the 494-watchdog-spring branch September 23, 2019 10:54
denis-anisimov pushed a commit that referenced this pull request Sep 23, 2019
Try to reconnect always on connection close. So the process is
terminated only if there is a connection error (which happens if there
is no network port available which is listen by Java process).

Fixes vaadin/spring#494
caalador pushed a commit that referenced this pull request Sep 24, 2019
…#6528)

Try to reconnect always on connection close. So the process is
terminated only if there is a connection error (which happens if there
is no network port available which is listen by Java process).

Fixes vaadin/spring#494
@joheriks joheriks added this to the 2.1.0.beta2 milestone Oct 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
OLD Vaadin Flow ongoing work (Vaadin ...
  
Done - pending release
Development

Successfully merging this pull request may close these issues.

Watchdog kills webpack process even when server running
4 participants