Closed akuma8 closed 6 years ago
Thanks for getting in touch, but it feels like this is a question that would be better suited to Stack Overflow. As mentioned in the guidelines for contributing, we prefer to use GitHub issues only for bugs and enhancements. Feel free to update this issue with a link to the re-posted question (so that other people can find it) or add some more details if you feel this is a genuine bug.
Thanks for your answer. I already posted it in Stack OverFlow but no one answer it yet: here the link As it is becoming annoying and I don't see the reason I thought it could be a bug.
@akuma8 please do not cross post, especially without specifying you've done so as several people may try to help you in different channels. Your SO question would have a much better visibility if you took to the time to create a minimal, complete, and verifiable example.
In my app, since I added this simple controller handler:
Every 10s I have this exception:
And the client API (JavaScript EventSource()) continue to send a GET request and goes on error everytime. Some says to add this property:
spring.mvc.async.request-timeout=-1
but I think this could have some side effects. What's going wrong? I am using Spring Boot 2.0.4.RELEASE