mirror of
https://github.com/fatedier/frp.git
synced 2026-03-18 15:59:16 +08:00
Add started flag to prevent double-Start panics and allow Stop to return immediately when the process was never started. Use sync.Once for closing the done channel as defense-in-depth against double close.