-
Notifications
You must be signed in to change notification settings - Fork 100
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
Cannot get RSocketResumableTransport running #116
Comments
Were you able to make any progress on this? |
|
You sure you have the right link there? that file hasn't been updated for quite a while. Perhaps you mean the file in this commit? 680976a. If so, that file doesn't look like it uses any RSocket Resume transport. It looks to me that it's just reconnecting on failure, not actually resuming. |
@SentryMan ah, you are entirely correct. Apologies for the confusion. |
Were you able to make any progress on this? i have this issue too |
I would like to enable my client to reconnect to my server in case the server restarts. I tried thus the example provided in rsocket-js/packages/rsocket-examples/src/ResumeExample.js. It seems however that even after restarting the server, no callback is ever made to
resumableTransport.connect()
. Nothing is caught within theonNext
at the client side within theresumableTransport.connectionStatus().subscribe()
block. For the record here's my piece of code :Could someone help me please get this fixed. Thank you.
The text was updated successfully, but these errors were encountered: