-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
detect connection close via own handler and auto reconnect #80
Comments
python sources have ability to use callback func for this, but in go i don't see such stuff. |
i think that this package have error... |
I had a quick look at this. The parser isn't finding the arguments to the ConnectRegisterCloseCallback function, because they don't follow libvirt's usual convention - normally they would be called |
very bad =(, does this means that also need to create patch to libvirt ? |
@trapgate gentle ping.. |
I'll try to look at this later this week. |
hi @trapgate do you have time to look at this issue? |
i want to have event in my ap when conection to libvirt daemon closed (client disconnected), as i see libvirt sources and this package i can use ConnectRegisterCloseCallback
But how can i work with this function?
The text was updated successfully, but these errors were encountered: