-
Notifications
You must be signed in to change notification settings - Fork 645
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
[Maybe Upgrade Needed] - Possible Regression with Deno 1.31.2 #1073
Comments
bartlomieju
pushed a commit
to denoland/deno
that referenced
this issue
Mar 13, 2023
#18157) Fixes #18120 #18137 denoland/fresh#1073 This reverts commit 0cce9c2.
This is fixed in canary, so either upgrade to that or downgrade to 1.30.0. I believe they are adding some tests to prevent this from happening for a third time. |
Yes, I've downgraded to 1.31.1 thank you for the heads up! |
Have closed the issue, bc. i think it will be fixed soon and there is a hotfix available by doing
|
kt3k
pushed a commit
to denoland/deno
that referenced
this issue
Mar 16, 2023
#18157) Fixes #18120 #18137 denoland/fresh#1073 This reverts commit 0cce9c2.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Fresh Team,
I already reported a possible regression with fresh and deno 1.31.2 to the deno issue tracker, see denoland/deno#18137.
However, I thought, it might be best to also bring it up here since the problem is extremely annoying.
Side Note: I work in this repo: https://github.com/codemonument/deno_audio_logbook
Short Problem Description
When I start the dev server by using deno task start,
it works at first , but when I change anything in any watched file,
it seems to recompile successfully, but it can't restart the server correctly,
stating that "Adress is already in use".
This seems like a timing problem between stopping the old server and starting the new one, or an internal behavior change in the deno http server.
The text was updated successfully, but these errors were encountered: