Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(telemetry): fix websocket connection leaks during reconnection (#…
…10214) When a WebSocket connection to analytics fails (for example, due to certificate validation issues), telemetry will attempt to reconnect without actively closing the previously established connection. The Lua VM's garbage collection does not immediately recycle the WebSocket connection after the function returns. So we need to close the connection proactively to avoid connection leaks. https://konghq.atlassian.net/browse/KAG-5256
- Loading branch information