(ixsnake) uses an std::thread to handle redis subscriptions (2 unittest still failing)

This commit is contained in:
Benjamin Sergeant
2020-07-24 18:12:07 -07:00
parent 45a40c8640
commit 9a47ec1217
7 changed files with 98 additions and 54 deletions

View File

@ -74,6 +74,7 @@ int main(int argc, char** argv)
}
};
ix::CoreLogger::setLogFunction(logFunc);
spdlog::set_level(spdlog::level::debug);
#ifndef _WIN32
signal(SIGPIPE, SIG_IGN);