GyulyVGC / listeners

Get processes listening on a TCP port in a cross-platform way
MIT License
39 stars 3 forks source link

fix linux read permissions issue #10

Closed jacek-kurlit closed 2 months ago

jacek-kurlit commented 2 months ago

Added permission check to fix permission denied errors on linux

GyulyVGC commented 2 months ago

As I mentioned in #9 I'll probably introduce some more checks for errors concerning also macOS and Windows, but I think this is a good start and finally we're able to run some CI integration test on Linux without requiring admin privileges that were giving me some troubles with GitHub Actions.

Thank you 💯

GyulyVGC commented 2 months ago

I hope to release a patched version of the library within the next week.

GyulyVGC commented 2 months ago

Update: listeners v0.2.1 has just been published so that you can use it in your project with this patch @jacek-kurlit

jacek-kurlit commented 2 months ago

Thank you!!! I'm going to use is right away