mirror of
https://github.com/fatedier/frp.git
synced 2025-07-13 17:29:54 +07:00
dashboard: fix dashboard auth error, fix #339
This commit is contained in:
@ -66,6 +66,7 @@ func (l *Listener) Close() error {
|
||||
defer l.mu.Unlock()
|
||||
if !l.closed {
|
||||
close(l.conns)
|
||||
l.closed = true
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user