Skip to content
Snippets Groups Projects

Resolves #142 Garbage collect peer objects

Merged Nicolas Pope requested to merge bug/142/peerdelete into master
2 files
+ 13
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -217,6 +217,7 @@ class Universe : public ftl::Configurable {
std::thread thread_;
std::list<ReconnectInfo> reconnects_;
size_t phase_;
std::list<ftl::net::Peer*> garbage_;
struct ConnHandler {
callback_t id;
Loading