Skip to content

Commit 906a179

Browse files
JoelKatzvinniefalco
authored andcommitted
Merge fix from websocketpp repo
1 parent a48fe30 commit 906a179

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/roles/server.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,6 @@ void server<endpoint>::stop_listen(bool join) {
358358
m_acceptor.close();
359359
}
360360

361-
m_state = STOPPING;
362-
363361
if(join) {
364362
for (std::size_t i = 0; i < m_listening_threads.size(); ++i) {
365363
m_listening_threads[i]->join();

0 commit comments

Comments
 (0)