Yes, I know 0.0.37 is very old, but someone else wrote the stuff on which I'm working and I need to stay within that framework for now.
A connexion established with OVIRT::Client.new appears to be persistent -- to the point at which I can't find any way to close it when I'm done. I've gotten a few strange side-effects from this persistence (can't remember any details), so I'd like to just shut it down when I'm done and moving on with the rest of the app's work.
How do I do that?
Thanks!
Yes, I know 0.0.37 is very old, but someone else wrote the stuff on which I'm working and I need to stay within that framework for now.
A connexion established with
OVIRT::Client.newappears to be persistent -- to the point at which I can't find any way to close it when I'm done. I've gotten a few strange side-effects from this persistence (can't remember any details), so I'd like to just shut it down when I'm done and moving on with the rest of the app's work.How do I do that?
Thanks!