mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-24 11:23:12 +03:00
Don't return error in WireGurad client bind
This commit is contained in:
@@ -141,7 +141,6 @@ func (c *ClientBind) Close() error {
|
|||||||
}
|
}
|
||||||
select {
|
select {
|
||||||
case <-c.done:
|
case <-c.done:
|
||||||
return net.ErrClosed
|
|
||||||
default:
|
default:
|
||||||
close(c.done)
|
close(c.done)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user