Hey @danthegoodman1, I've been enjoying using your library.
self.database and self.lease are currently held on the GrpcVfs struct, preventing concurrent access to different databases.
Do you know if there is a good path to resolution for this? Maybe parsing file path to construct the database each time? Or changing the proto semantics to do lease-per-file-path instead of per db?
Happy to help implement something here.
Hey @danthegoodman1, I've been enjoying using your library.
self.databaseandself.leaseare currently held on theGrpcVfsstruct, preventing concurrent access to different databases.Do you know if there is a good path to resolution for this? Maybe parsing file path to construct the database each time? Or changing the proto semantics to do lease-per-file-path instead of per db?
Happy to help implement something here.