mirror of
https://github.com/fatedier/frp.git
synced 2026-03-19 00:09:14 +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.