new PIClientServer::ClientBase::stopAndWait() method for blocking stop read.

PIClientServer::ClientBase::close() now non-blocking
This commit is contained in:
2024-09-21 19:56:39 +03:00
parent 4acab04895
commit 3641e636d2
6 changed files with 24 additions and 7 deletions

View File

@@ -69,6 +69,8 @@ protected:
#include <iostream>
int main(int argc, char * argv[]) {
PILog log;
log.setColorConsole(false);
log.setOutput(PILog::File, false);
log.setLogName("test");
log.setDir("logs");
// log.setTimestampFormat("hh-mm-ss");