rewrite MccGenericMount and MccGenericFsmMount class creation
Asibfm700MountNetServer is now started
This commit is contained in:
@@ -171,7 +171,7 @@ public:
|
||||
std::stringstream st;
|
||||
st << std::this_thread::get_id();
|
||||
|
||||
logInfo(std::format("Create mount server instance (thread ID = {})", st.str()));
|
||||
logInfo(std::format("Create generic network server instance (thread ID = {})", st.str()));
|
||||
}
|
||||
|
||||
template <typename... LoggerCtorArgsTs>
|
||||
@@ -186,7 +186,7 @@ public:
|
||||
std::stringstream st;
|
||||
st << std::this_thread::get_id();
|
||||
|
||||
logInfo(std::format("Create mount server instance (thread ID = {})", st.str()));
|
||||
logInfo(std::format("Create generic network server instance (thread ID = {})", st.str()));
|
||||
}
|
||||
|
||||
// MccNetworkServer(asio::io_context& ctx, const handle_message_func_t& func, LoggerT logger = MccNullLogger{})
|
||||
@@ -203,7 +203,7 @@ public:
|
||||
std::stringstream st;
|
||||
st << std::this_thread::get_id();
|
||||
|
||||
logInfo(std::format("Delete mount server instance (thread ID = {}) ...", st.str()));
|
||||
logInfo(std::format("Delete generic network server instance (thread ID = {}) ...", st.str()));
|
||||
|
||||
stopListening();
|
||||
disconnectClients();
|
||||
|
||||
Reference in New Issue
Block a user