You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gradle dev task executes npm run watch which, in turn, starts several child processes. If user terminates execution of the dev command, these child processes should be terminated as well but they don't. This results in a port used by Browsersync to remain in use indefinitely.
Apparently this is a known bug in Gradle which hasn't been fixed yet.
We should try to somehow implement termination of these child processes ourselves or try to migrate from Browsersync to something else that is not using ports.
browsersync.mov
The text was updated successfully, but these errors were encountered:
gradle dev
task executesnpm run watch
which, in turn, starts several child processes. If user terminates execution of thedev
command, these child processes should be terminated as well but they don't. This results in a port used by Browsersync to remain in use indefinitely.Apparently this is a known bug in Gradle which hasn't been fixed yet.
We should try to somehow implement termination of these child processes ourselves or try to migrate from Browsersync to something else that is not using ports.
browsersync.mov
The text was updated successfully, but these errors were encountered: