mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-16 16:42:21 +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…
Reference in New Issue
Block a user