webvirtmgr
webvirtmgr copied to clipboard
ssue of multiple sleeping SSH connections
@retspen, @brenard conn.close() is not closing the connections while I uncommented the self.wvm.close() line in connection.py (in the very end of the file). It is leaving the connection processes sleeping and every restart open in connection and hence number of processes are increasing. Can you please help me on this. How can I close these sleeping connections without killing and restarting supervisord.
It would be great if you can look into it. I am in need.