-
Notifications
You must be signed in to change notification settings - Fork 17
[ECO-4687][Protocol-2] Feature/resume recover #409
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
[ECO-4687][Protocol-2] Feature/resume recover #409
Conversation
…ntioning connection serial
related tests for the same
1. Set channelSerial when message, presencemessage or attached received 2. Send channelSerial while sending channel attach message 3. Set channelSerial to nil if channel is detached, failed or suspended
1. Retrieving value using create_recovery_key and setting msgserial, channel serials and recover key on connection 2. Handled resume/recover success/failure in connection manager. 3. Deprecated old recovery_key method on connection
lawrence-forooghian
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to confirm — I think you previously mentioned that you’re going to fix tests and write new ones in a separate PR, is that right?
This reverts commit 21279fa.
This is done as a part of #411 |
PR description
Protocol 2, also calledno-connection-serialliterally means removing all references ofconnection_serialfrom the code.