async connection close

pull/299/head^2
v2ray 2016-06-02 02:40:46 +02:00
parent dfe1ac1f2b
commit 9a8bc3fc3c
1 changed files with 1 additions and 1 deletions

View File

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