-
Notifications
You must be signed in to change notification settings - Fork 761
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
Error when running ctrl-c in dev mode #375
Comments
I'll assign this to myself, I understand what's going on here and the fix is a bit involved. |
Unassigning myself, anyone else can take this if they'd like, or I can come back to it later |
JacobMGEvans
added a commit
that referenced
this issue
Mar 30, 2022
…e `useEffect` the abort signal is called in the return which allows for graceful closing with no hanging of the `waitForPortToBeAvailable` fixes #375
Merged
JacobMGEvans
added a commit
that referenced
this issue
Mar 31, 2022
…e `useEffect` the abort signal is called in the return which allows for graceful closing with no hanging of the `waitForPortToBeAvailable` fixes #375
JacobMGEvans
added a commit
that referenced
this issue
Apr 4, 2022
…e `useEffect` the abort signal is called in the return which allows for graceful closing with no hanging of the `waitForPortToBeAvailable` fixes #375
JacobMGEvans
added a commit
that referenced
this issue
Apr 4, 2022
…e `useEffect` the abort signal is called in the return which allows for graceful closing with no hanging of the `waitForPortToBeAvailable` fixes #375
JacobMGEvans
added a commit
that referenced
this issue
Apr 4, 2022
* fix: abort some of the fetches when we unmount the `Remote` component * Adding abort to the `waitForPortToBeAvailable` as an option and in the `useEffect` the abort signal is called in the return which allows for graceful closing with no hanging of the `waitForPortToBeAvailable` fixes #375 Co-authored-by: Pete Bacon Darwin <pete@bacondarwin.com>
Repository owner
moved this from In Review
to Done
in workers-sdk
Apr 4, 2022
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of
Wrangler
are you using?0.0.0-b8e3b01 (alpha)
What operating system are you using?
Mac
Describe the Bug
The following error occurs when running
ctrl-c
whenwrangler dev
is active. Sometimes the errors appears, but sometimes it does not.The text was updated successfully, but these errors were encountered: