-
Notifications
You must be signed in to change notification settings - Fork 109
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
When socket server restart, onClose callback runs in Infinite loop? #84
Comments
I don't understand what you are trying to say.
Try using the sublimator fork of this lib. I did a bit of work on it
recently, fixing some bugs with reconnects and freeing resources.
|
thanks @sublimator |
Also, make sure you are you doing everything from within |
hi @sublimator |
Let me know if you have any issues. I did some extra commits since last
testing the reconnect stuff.
I haven't had a chance to write any quality automated tests, however last I
checked I left the client reconnecting over night with scripted network
drops and it held up well with seemingly no blowouts.
Also, be careful with the TransactionManager, it needs some love.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi @sublimator
I use ripple-lib-java(com.ripple.client) to connect to rippled daemon server
for new validated transaction,
when socket server restart rippled, I found onClose callback runs in Infinite loop,
and continue to connect and disconnect.
Does the disconnect problem fixed?
The text was updated successfully, but these errors were encountered: