Fix wireguard events

This commit is contained in:
世界
2023-01-15 19:48:50 +08:00
parent 59e521c1db
commit 8e0fe55363
2 changed files with 1 additions and 8 deletions
-6
View File
@@ -105,11 +105,5 @@ func (w *SystemDevice) Events() chan wgTun.Event {
}
func (w *SystemDevice) Close() error {
select {
case <-w.events:
return os.ErrClosed
default:
close(w.events)
}
return w.device.Close()
}