Skip to content

Commit

Permalink
Working on fedora, removing sleep + std::cerr
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaldwin committed Jun 14, 2024
1 parent 229adb4 commit 7fe0741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ client::~client()
{
break;
}
std::this_thread::sleep_for(1s);
std::this_thread::sleep_for(1ms);
}

uv_loop_close(&m_uv_loop);
Expand Down

0 comments on commit 7fe0741

Please sign in to comment.