We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there
I'm using the latest version of your java lib for ripple (branch master or devel-next) from GitHub.
I try to disconnect the websocket using different method. The TCP socket at the OS level stay connected no matter what.
I have tried:
wsc.disconnect(); (disconnect at the web socket object level) rippleClient.disconnect(); (disconnect at the ripple client level)
I did not find any code example of a proper disconnection.
What should I do? I'm doing it wrong? Is there a bug?
Thanks in advance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there
I'm using the latest version of your java lib for ripple
(branch master or devel-next) from GitHub.
I try to disconnect the websocket using different method. The
TCP socket at the OS level stay connected no matter what.
I have tried:
wsc.disconnect(); (disconnect at the web socket object
level)
rippleClient.disconnect(); (disconnect at the ripple
client level)
I did not find any code example of a proper disconnection.
What should I do? I'm doing it wrong? Is there a bug?
Thanks in advance
The text was updated successfully, but these errors were encountered: