-
Notifications
You must be signed in to change notification settings - Fork 159
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
ConnectionListener shows DISCONNECTED twice #274
Comments
Any chance you could capture a stack trace just so i can track this down. As you say, not a huge deal but maybe an easy fix. |
There is no stacktrace. The exception you see comes from the I could get you the stacktrace for the |
sorry, i meant, can you do a |
.connectionListener((conn, type) -> log.info(name + ": " + type.name()))
logs this:Probably not a big issue, but wanted to let you know.
The text was updated successfully, but these errors were encountered: