Closed LucaBernstein closed 4 years ago
Solves https://github.com/xkonni/raspberry-remote/issues/34
Tried (at least for our use case): No more left open (CLOSE_WAIT) socket connections are kept open (can be checked with sudo lsof -i -P -n) as described in https://github.com/xkonni/raspberry-remote/issues/34
sudo lsof -i -P -n
Tested and worked on local setup.
sounds good. thanks for your help!
Solves https://github.com/xkonni/raspberry-remote/issues/34
Tried (at least for our use case): No more left open (CLOSE_WAIT) socket connections are kept open (can be checked with
sudo lsof -i -P -n
) as described in https://github.com/xkonni/raspberry-remote/issues/34Tested and worked on local setup.