oliverkurth / rhizofs

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

Rhizofs_communicate: make sure to return error when zmq_poll() return 0 #4

Closed oliverkurth closed 1 year ago

oliverkurth commented 1 year ago

PR #2 introduced a bug - on slow links, the read request would not error out correctly.