Skip to content

Commit

Permalink
Revert "zmq_ctx_term is blocking"
Browse files Browse the repository at this point in the history
This reverts commit a1fc26b.
  • Loading branch information
pd0wm committed Nov 4, 2019
1 parent a1fc26b commit bd46c22
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions messaging/impl_zmq.cc
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ ZMQContext::ZMQContext() {
}

ZMQContext::~ZMQContext() {
// TODO: Figure out how to close context when sockets are still open
// zmq_ctx_term(context);
zmq_ctx_term(context);
}

void ZMQMessage::init(size_t sz) {
Expand Down

0 comments on commit bd46c22

Please sign in to comment.