Describe the bug
There appears to be some sort of blocking occurring when there is no connection available for the application(disconnect WIFI...)
Steps to reproduce
REPRO
I tested using the above with versions 1.5.2, 1.6.2, 1.7.0, 1.7.2, 1.9.2, and 1.10.1
1.5.2 and 1.6.2 did not have the issue, but all other versions >= 1.7.0 did
What did you expect to see?
Calling the endpoint should take less than 100ms
What did you see instead?
A 10s latency is introduced
What version are you using?
Any version >= 1.7.0
Environment
Compiler: "AdoptOpenJDK 11
Additional context
The environment where our apps run have scenarios where they lose connectivity to the internet frequently which is where this bug was uncovered
Describe the bug
There appears to be some sort of blocking occurring when there is no connection available for the application(disconnect WIFI...)
Steps to reproduce
REPRO
I tested using the above with versions 1.5.2, 1.6.2, 1.7.0, 1.7.2, 1.9.2, and 1.10.1
1.5.2 and 1.6.2 did not have the issue, but all other versions >= 1.7.0 did
What did you expect to see?
Calling the endpoint should take less than 100ms
What did you see instead?
A 10s latency is introduced
What version are you using?
Any version >= 1.7.0
Environment
Compiler: "AdoptOpenJDK 11
Additional context
The environment where our apps run have scenarios where they lose connectivity to the internet frequently which is where this bug was uncovered