[GH-ISSUE #494] Why not close the libvirt open connection #300

Open
opened 2026-02-27 15:58:10 +03:00 by kerem · 0 comments
Owner

Originally created by @qixinwuchen on GitHub (Apr 17, 2022).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/494

in connection.py , Why not close the open connection????May cause "too many opne files"
def close(self):
"""Close connection"""
# to-do: do not close connection ;)
# self.wvm.close()
pass

Originally created by @qixinwuchen on GitHub (Apr 17, 2022). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/494 in connection.py , Why not close the open connection????May cause "too many opne files" def close(self): """Close connection""" # to-do: do not close connection ;) # self.wvm.close() pass
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#300
No description provided.