RELEASED: Public: June 25, 2025
Resolved issues
- Reclaim thread whenever a websocket reverse proxy happens (BEE-59291)
-
Whenever a websocket agent would connect to an HA controller, a new thread was spawn and retained for a few minutes. When using JDK21 this thread is now reclaimed immediately after usage, reducing the memory needs when a large amount of websocket agents are attempting to connect.