mirror of
https://github.com/router-for-me/CLIProxyAPIPlus.git
synced 2026-05-09 16:05:57 +08: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.