mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 07:35:50 +03:00
[GH-ISSUE #655] ssue of multiple sleeping SSH connections #498
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Priyanka12345678910 on GitHub (Jan 6, 2018).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/655
@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.