-
Notifications
You must be signed in to change notification settings - Fork 4
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
support hotreload? #50
Comments
Hello Max,
Handling hotreload is in my mind since the beginning, but I don't see any good way to do it for now |
@maxandersen you can try latest version on main, it should not hang anymore. |
Hang is fixed in 0.4.2. |
Some updates. For controllers reload, the issue is that UI actions (live button events or so) are still bound to "old" components. |
would be nice if hitting 's' which is force hot restart would work with quarkus-fx.
for now it seems to get stuck when one use 's' in devmode.
The text was updated successfully, but these errors were encountered: