Netflix / dgs-framework

GraphQL for Java with Spring Boot made easy.
https://netflix.github.io/dgs
Apache License 2.0
3.03k stars 286 forks source link

fix: cancel timer thread after websocket connection init task runs #1808

Closed mikefischetti closed 5 months ago

mikefischetti commented 5 months ago

Pull request checklist

Pull Request type

Changes in this PR

Timer threads remain after afterConnectionEstablished timerTask completes resulting in a growing number of idle timer threads Issue https://github.com/Netflix/dgs-framework/issues/1805

Alternatives considered