-
Notifications
You must be signed in to change notification settings - Fork 39
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
fix: Port already Bind Error #57
Conversation
Here's the log showcasing the starting server after CTRL+C which accumulated port bind error before,
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I disagree with this change. This introduces code to solve a dev
mode problem which doesn't exist in prod
mode and which doesn't exist when a project is correctly configured and run (aka sbt-revolver configured and used to run the project. See zio-http doc: https://zio.dev/zio-http/installation#hot-reload-changes-watch-mode
fixes zio/zio-http#2776
/claim zio/zio-http#2776