Uh oh!
There was an error while loading. Please reload this page.
[ECO-4687]Feature/resume recover - #402
Closed
sacOO7 wants to merge 36 commits into
Closed
Conversation
sacOO7force-pushed
the
feature/resume-recover
branch
from
May 7, 2024 12:18
297b3fa to
631b1f8Comparelawrence-forooghian
commented
May 29, 2024
Contributor
And, as stated in the linked commit guidance, "the history is the deliverable, not the code". |
lawrence-forooghian
left a comment
Contributor
There was a problem hiding this comment.
I had a cursory look at this PR. A few comments:
- if you're going to split the work across multiple PRs, then I think you're going to have to be the one responsible for making sure that all of the required spec points end up being implemented, because I don't know what the scope of this PR is meant to be
- there seems to be new code added, does this new code not need tests?
| # When a recover option is specified a connection inherits the state of a previous connection that may have existed under a different instance of the Realtime library, please refer to the API documentation for further information on connection state recovery | ||
| # @return [String,Nil] | ||
| attr_reader :recover | ||
| attr_accessor :recover |
Contributor
There was a problem hiding this comment.
Why was this changed?
| # of pairs of channel @name@ and current @channelSerial@ for every currently attached channel | ||
| def create_recovery_key | ||
| if key.nil? || key.empty? || state == :closing || state == :closed || state == :failed || state == :suspended | ||
| return "" #RTN16h |
Contributor
There was a problem hiding this comment.
this spec point doesn't exist?
sacOO7force-pushed
the
feature/resume-recover
branch
from
June 3, 2024 18:53
2588b9f to
9b25716ComparesacOO7
commented
Jun 6, 2024
ContributorAuthor
@lawrence-forooghian I have created a separate PR with proper commit history -> #409 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.