Skip to content

Conversation

@crbelaus
Copy link
Contributor

@crbelaus crbelaus commented Jun 8, 2024

The Phoenix application will run forever until the parent process dies. Removing the await ensures that the main process is not blocked and you can run iex -S dev and work in the console.

The Phoenix application will run forever until the parent process dies.
Removing the await ensures that the main process is not blocked and you
can run `iex -S dev` and work in the console.
@crbelaus crbelaus self-assigned this Jun 8, 2024
@crbelaus crbelaus changed the title Don't block the main process Don't block the main process on dev Jun 10, 2024
Copy link
Contributor

@odarriba odarriba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and works perfectly! 🚀

@crbelaus crbelaus merged commit 21c7097 into main Jun 12, 2024
@crbelaus crbelaus deleted the fix-iex branch June 12, 2024 13:40
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.

3 participants