mirror of
https://github.com/router-for-me/CLIProxyAPIPlus.git
synced 2026-03-22 00:50:26 +00:00
- Switched to a slice-based queue with mutex and condition variable for better control over queuing and dispatching. - Removed fixed buffer size to handle dynamic queuing. - Enhanced shutdown logic to safely close the queue and wake up waiting goroutines.