Commit faee3933 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Merge branch 'remember_pts' into 'main'

Hang onto a PT object after it is launched

See merge request tpo/core/arti!917
parents 6c2b87d4 82f877ec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -174,6 +174,7 @@ impl<R: Runtime> PtReactor<R> {
                    warn!("Bug: PT {} succeeded, but did not give the same transports we asked for. ({:?} vs {:?})",
                          pt.identifier(), found, requested);
                }
                self.running.push(pt);
            }
        }
    }