Skip to content
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.

Commit

Permalink
[2.4.3] hotfix - windows port.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Ninon committed Jun 21, 2017
1 parent cc98f8d commit e086db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/network/windows/io_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ io_service::process_events(void) {
__TACOPIE_LOG(debug, "untrack socket");
m_tracked_sockets.erase(it);
m_wait_for_removal_condvar.notify_all();
m_notifier.notify();
}
}
}
Expand Down Expand Up @@ -192,6 +191,7 @@ io_service::process_wr_event(const fd_t& fd, tracked_socket& socket) {
__TACOPIE_LOG(debug, "untrack socket");
m_tracked_sockets.erase(it);
m_wait_for_removal_condvar.notify_all();
m_notifier.notify();
}
};
}
Expand Down

0 comments on commit e086db2

Please sign in to comment.