mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 16:15:50 +03:00
[GH-ISSUE #706] When is the libvirt connection closed #542
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 @qixinwuchen on GitHub (Apr 15, 2022).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/706
` def __connect_socket(self):
uri = "qemu:///system"
the connection is opened here, but when the connection is closed?