fuse-friends / fuse-native

Multithreaded FUSE bindings for Node JS.
203 stars 29 forks source link

Not working with electron #38

Open Aasim-A opened 1 year ago

Aasim-A commented 1 year ago

Hey, I'm trying to use this package with electron v25.2.0. The filesystem mounts correctly however, when I try to read any file, I get the following error:

Transport endpoint is not connected

I have tried to recompile the package to target electron using this command:

prebuildify --napi --strip --target electron@25.2.0

it compiles fine, but the same error still happens.

When I use it through nodejs directly, this error goes away and I'm able to read without any problem.

JohnRSim commented 2 months ago

@Aasim-A did you make any progress - I'd love to see this in action.