filemutex is missing a Close method
Closed this issue · 2 comments
rakelkar commented
The library opens a filehandle but does not provide a method to close it. We're using this library in a CNI plugin that attempts to close which we obviously cant implement as anything but a noop util we have a close on this library. See containernetworking/plugins#77