open /dev/fuse in blocking mode so the runtime does not use a poller
/dev/fuse is not pollable. Go ≥ 1.13 starts reporting this on Read().
Showing
Please register or sign in to comment
/dev/fuse is not pollable. Go ≥ 1.13 starts reporting this on Read().