grpcfuse
grpcfuse copied to clipboard
Example client mounted folder shows empty directory
hi there, when I mount the example client (and the loopback server) the mounted client folder always stays empty. no matter if I create, copy, or touch.
$ go run server.go /tmp/server
INFO[0000] Set log level to info
INFO[0000] Listen on 127.0.0.1:8760 for dir /tmp/server
$ go run client.go /tmp/client 127.0.0.1:8760
INFO[0000] Set log level to info
$ echo hello > /tmp/client/world
$ ll /tmp/client/
total 0
a direct listing of the filename works though:
$ ll /tmp/client/world
-rw-rw-r-- 1 omani omani 6 Sep 30 02:40 /tmp/client/world