oliverkurth / rhizofs

Remote filesystem based on Linux FUSE (Filesystem in userspace), zeromq and Googles Protocol Buffers library.
Other
6 stars 0 forks source link

fix umount on MacOS #23

Closed oliverkurth closed 6 months ago

oliverkurth commented 6 months ago

I finally found out why unmounting on MacOS would hang forever - we need to close sockets before calling zmq_term() (which is deprecated by zmq_ctx_destroy()).