mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-07-04 07:04:23 +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.