mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-14 00:51: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 {
|
||||
case <-c.done:
|
||||
return net.ErrClosed
|
||||
default:
|
||||
close(c.done)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user