You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is hard to implement all different way. But from my research, almost every UNIX like system has lsof, so I just use it. I know there are better way like psutil, but I have no time currently.
PR is always welcome!
It looks like net/NetConnections relies on running the lsof executable.
The python version of psutil doesn't have this dependency.
The text was updated successfully, but these errors were encountered: