[email protected] said: > On Thu, Nov 3, 2011 at 5:03 PM, Martin Lucina <[email protected]> wrote: > > > You're supposed to close the socket and then terminate the context. A > > language with GC or refcounted memory management will of course do that > > automagically in the right order on exit. > > Fair enough. The low-level C++ binding does this?
No, but AFAIK it doesn't get in the way of your doing so if you want to, using e.g. a C++ smart pointer. It's been a while since I used it so I may be wrong... -mato _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
