zeromq / cppzmq

Header-only C++ binding for libzmq
http://www.zeromq.org
MIT License
1.95k stars 757 forks source link

Polling on file descriptors / external sockets not supported in active_poller #605

Open stephanschim opened 1 year ago

stephanschim commented 1 year ago

Polling on file descriptors / external sockets is not supported in active_poller. There is basic support in poller_t now (only add function), but not in active_poller.

stephanschim commented 1 year ago

I have a patch for this, but how can I submit it?

stephanschim commented 1 year ago

https://github.com/stephanschim/cppzmq/pull/1

stephanschim commented 1 year ago

https://github.com/zeromq/cppzmq/pull/606