Closed jalcine closed 8 years ago
Use either getenv("TMPDIR") or even the portable uv_fs_mkdtemp to get a temporary directory to use with zmq sockets.
getenv("TMPDIR")
uv_fs_mkdtemp
Use either
getenv("TMPDIR")
or even the portableuv_fs_mkdtemp
to get a temporary directory to use with zmq sockets.