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
{{ message }}
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.
Describe the bug
When checking out a new branch or pulling changes in Git, Yoga2's develop server tries to reload on itself too quickly, attempting to start a new dev server before the old one has finished shutting down. It throws an "Address already in use" error and dies.
To Reproduce
Steps to reproduce the behavior:
Start yoga 2 dev server
Check out multiple changed files from git (Or save a file repeatedly, very quickly)
Dev server will break after trying to reload too quickly
Expected behavior
Dev server does not die
Versions (please complete the following information):
OS: macOS Mojave
Yoga 0.0.20
The text was updated successfully, but these errors were encountered:
henrysipp
changed the title
Yoga2 dev server breaks when working with Git
Yoga2 dev server breaks when working with git, or saving files too quickly.
May 31, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
When checking out a new branch or pulling changes in Git, Yoga2's develop server tries to reload on itself too quickly, attempting to start a new dev server before the old one has finished shutting down. It throws an "Address already in use" error and dies.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Dev server does not die
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: