ipc listener does not remove unix domain stream file when terminated

Description

In current git trunk file ipc_listener.cpp...

in 3.1.x:
zmq::ipc_listener_t::set_address() never performs a filename.assign(), and so zmq::ipc_listener_t::close() will never unlink the file.
(I sent commit 3aabbbaefa11217426f134f3d65efa1206ff8c96 to fix this via github)

Environment

CentOS 5.7 x86_64 bit

Activity

Show:

Rob Gagnon March 1, 2012 at 11:10 PM

commit r3aabbba by Pieter Hintjens imports fix. Closing issue.

Fixed

Details

Assignee

Reporter

Fix versions

Affects versions

Priority

Created March 1, 2012 at 10:11 PM
Updated August 29, 2013 at 4:21 PM
Resolved March 1, 2012 at 11:10 PM