Hello,

I am successfully using ZeroMQ on windows from more than a year now. Now I
would like to leverage CZMQ (in particular the beacon for discovery), but I
find difficult to have a clean exit in my application (which is a console
app)

In particular, I noticed that in zsys.c, only CTRL_C_EVENT is handled, and
not CTRL_CLOSE_EVENT, which is the one triggered when the user closes the
application window.
I there any reason why this event is not handled ? When I added it the
behaviour of my app became clean.

Thanks

Bruno Bodin
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to