-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Hot reload crashes using dev mode with vert.x-web extension #9693
Comments
Yes I have seen this too |
I looked into a similar issue reported on the chat by a Quarkus GraphQL user. After reload the GraphQL query payload cannot been read most of the time. For the record, the reason is that during reload, verticles are undeployed and the previous vertx instance closed, but the new Vert.x instance keeps the reference to the previous HTTP server and Vert.x instance. @stuartwdouglas I had a look at d23059f and 8613162. Invoking
@cescoffier I believe you have made experiments for supporting verticles in Quarkus. Is that a problem you have already found and addressed? |
Looks like I did a fix for this but must have forgotten to actually open the PR, oops. |
Please can this fix go in 1.6 !! @gsmet ? |
Hot reload crashes intermittently when making changes to vert.x-web routes. The application becomes unresponsive to new requests and dev mode requires restarting.
An example stack trace is below;
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: