Fix Peers to stop after children are stopped

This commit is contained in:
Vinnie Falco
2013-10-03 23:36:05 -07:00
parent 66a272debd
commit 2894059b63

View File

@@ -212,6 +212,10 @@ public:
}
void onStop (Journal)
{
}
void onChildrenStopped (Journal)
{
// VFALCO TODO Clean this up and do it right, based on sockets
stopped();