Unverified Commit b1a58cd3 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Dont wait for the queue to drain in async flush

parent efb1af9a
...@@ -44,7 +44,7 @@ inline spdlog::async_logger::async_logger(const std::string &logger_name, sink_p ...@@ -44,7 +44,7 @@ inline spdlog::async_logger::async_logger(const std::string &logger_name, sink_p
inline void spdlog::async_logger::flush() inline void spdlog::async_logger::flush()
{ {
_async_log_helper->flush(false); _async_log_helper->flush(false);//dont wat for the q to draing before returning from flush
} }
// Error handler // Error handler
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment