client.go | 1 + diff --git a/client.go b/client.go index 401f5efd11e11bc31576b570cea0ba98f5c0194c..c553afd5a1cc0af678c59918d301795124eea73e 100644 --- a/client.go +++ b/client.go @@ -1042,6 +1042,7 @@ if i0 != i1 { torrent.Conns[i0] = torrent.Conns[i1] } torrent.Conns = torrent.Conns[:i1] + me.openNewConns() return } panic("connection not found")