mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 14:05:51 +00:00
Merge fix from websocketpp repo
This commit is contained in:
@@ -358,8 +358,6 @@ void server<endpoint>::stop_listen(bool join) {
|
||||
m_acceptor.close();
|
||||
}
|
||||
|
||||
m_state = STOPPING;
|
||||
|
||||
if(join) {
|
||||
for (std::size_t i = 0; i < m_listening_threads.size(); ++i) {
|
||||
m_listening_threads[i]->join();
|
||||
|
||||
Reference in New Issue
Block a user