Skip to content

Check that app preload was successful before sending a command. #655

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

Merged
merged 1 commit into from
Nov 23, 2021

Conversation

casperisfine
Copy link

Spring can get stuck if the application crash during boot

It only happens if writing the command to the client blocks, which generally is with payloads over a certain size.

If the preload failed, the application won't read the socket and the client will get stuck writing in it.

cc @rafaelfranca @etiennebarrie

Spring can get stuck if the application crash during boot

It only happens if writing the command to the client blocks,
which generally is with payloads over a certain size.

If the preload failed, the application won't read the socket
and the client will get stuck writing in it.
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