Skip to content
Snippets Groups Projects
Commit 284e4511 authored by Daniel Lyubomirov's avatar Daniel Lyubomirov
Browse files

[c++] Windows fix

parent c9b1ff27
No related branches found
No related tags found
1 merge request!99Events broker
......@@ -119,7 +119,7 @@ public:
event_broker_->Shutdown();
auto deadline = std::chrono::high_resolution_clock::now() + shutdownTimeout;
auto deadline = std::chrono::system_clock::now() + shutdownTimeout;
server_->Shutdown(deadline);
if (server_thread_.joinable()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment