mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 13:47:13 +01:00
Fix IPC transport domain socket stream file not being removed when connection is closed
This commit is contained in:
@@ -144,6 +144,7 @@ int zmq::ipc_listener_t::set_address (const char *addr_)
|
|||||||
if (rc != 0)
|
if (rc != 0)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
|
filename.assign(addr_);
|
||||||
has_file = true;
|
has_file = true;
|
||||||
|
|
||||||
// Listen for incomming connections.
|
// Listen for incomming connections.
|
||||||
|
|||||||
Reference in New Issue
Block a user