Skip to content
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(cli) preserve server child process in open. #3495

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

charles-r-earp
Copy link

Fixes #3477.

Currently opening the app from the cli replaces the server child process, creating a conflict if there is an existing one. This PR preserves the current process.

Can be tested with the fullstack-hello-world example:

cd examples/fullstack-hello-world
cargo run -p dioxus-cli -- serve
o

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fullstack web app dx serve "o" hotkey causes backend to crash
1 participant