zeromq / cppzmq

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

Add on_monitor_stopped function for monitor_t #631

Open egecetin opened 4 months ago

egecetin commented 4 months ago

Currently ZMQ_EVENT_MONITOR_STOPPED directly returns from function without an indicator. With a on_monitor_stopped function callback anyone can distinguish stop event from errors and might log this event.

egecetin commented 4 months ago

@gummif Can you approve workflow?