Minor improvements in connection and IPC (multiple instances not fully

supported yet)
This commit is contained in:
brunoherbelin
2020-10-25 23:14:47 +01:00
parent 7fba62bc49
commit cb6a0aefa4
8 changed files with 69 additions and 18 deletions

View File

@@ -253,7 +253,6 @@ void NetworkStream::update()
}
else {
Log::Info("Connection rejected.");
// failed_ = true;
}
}
}