-
Notifications
You must be signed in to change notification settings - Fork 62
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
Mumble disconnection callback #57
Comments
Also it doesn't seem like there is even a way to disconnect. That seems like a rather important feature |
@Lindenk indeed. To disconnect, you need to kill the mumble object. |
Can you check now, should be fix. |
@azlux - what do you mean kill the mumble object? What would the preferred way to do this be please? We currently just let it timeout. But I'd be happy to set it to None or some other method to kill the object when we are done processing. |
PYMUMBLE_CLBK_DISCONNECTED seems to work perfectly. Even though PYMUMBLE_CLBK_CONNECTED is not called when connection is back. Trying to find why but it seems that we never pass in the |
Not passing in the |
can we follow this issue on #63 ? |
sure we can ^_^ |
Could it be possible to have a PYMUMBLE_CLBK_DISCONNECTED like the PYMUMBLE_CLBK_CONNECTED one ?
The text was updated successfully, but these errors were encountered: