Skip to content

Commit 132f7b0

Browse files
authored
Merge pull request #309 from gummif/gfa/poller-millis
Problem: zmq_poller_wait_all is called with microseconds count
2 parents 454f0bf + ed63f9a commit 132f7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zmq.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@ template<typename T = void> class poller_t
12231223
}
12241224

12251225
size_t wait_all(std::vector<zmq_poller_event_t> &poller_events,
1226-
const std::chrono::microseconds timeout)
1226+
const std::chrono::milliseconds timeout)
12271227
{
12281228
int rc = zmq_poller_wait_all(poller_ptr.get(), poller_events.data(),
12291229
static_cast<int>(poller_events.size()),

0 commit comments

Comments
 (0)