Performance & Stability Patch
Highlights
- Critical Fix: Resolved high CPU usage issue during connection failures
- Rust 2024: changed Rust to edition 2024
- Dependencies: Updated all package dependencies to latest versions
Bug Fixes
- 🔥 Fixed critical bug causing excessive CPU consumption when connections fail
- Fixed connection EOF conditions not being properly detected, which caused busy loops
- Resolved issue with actor tasks continuing to run after their connections terminated
- Fixed improper shutdown sequences that led to orphaned resources
- Addressed missing connection state tracking that allowed processing on dead connections
- Fix Docker image build (thank's @JadedBlueEyes)
Co-Authored-By: Jade Ellis jade@ellis.link