async connection close

pull/298/head^2
v2ray 9 years ago
parent dfe1ac1f2b
commit 9a8bc3fc3c

@ -108,7 +108,7 @@ func FindFirstValid(list []*AwaitingConnection) int {
if !conn.Expired() {
return idx
}
conn.conn.Close()
go conn.conn.Close()
}
return -1
}

Loading…
Cancel
Save