1Panel/agent/utils/websocket
KOMATA 3a1b9fedd1
perf: Simplify process data handling and improve performance (#11236)
* refactor: Simplify process data handling and improve performance

- Replaced goroutine-based processing with a direct loop for handling process data.
- Introduced context support for process and connection retrieval.
- Enhanced error handling and data structuring for process information.
- Improved SSH session retrieval by mapping users by host for better efficiency.

* chore: go fmt
2025-12-08 17:34:52 +08:00
..
client.go
process_data.go perf: Simplify process data handling and improve performance (#11236) 2025-12-08 17:34:52 +08:00