Spring Boot WebClient stops sending requests – Telegram API
I am running a Spring Boot app that uses WebClient for both non-blocking and blocking HTTP requests. After the app has run for some time, all outgoing HTTP requests seem to get stuck. WebClient is used to send requests to…