mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-06-08 03:34:13 +08:00
Don't return error in WireGurad client bind
This commit is contained in:
parent
f288e3898b
commit
dd52c26ae1
@ -141,7 +141,6 @@ func (c *ClientBind) Close() error {
|
||||
}
|
||||
select {
|
||||
case <-c.done:
|
||||
return net.ErrClosed
|
||||
default:
|
||||
close(c.done)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user