mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix Peers to stop after children are stopped
This commit is contained in:
@@ -212,6 +212,10 @@ public:
|
||||
}
|
||||
|
||||
void onStop (Journal)
|
||||
{
|
||||
}
|
||||
|
||||
void onChildrenStopped (Journal)
|
||||
{
|
||||
// VFALCO TODO Clean this up and do it right, based on sockets
|
||||
stopped();
|
||||
|
||||
Reference in New Issue
Block a user