[ECO-4687]Feature/resume recover#402
Closed
sacOO7 wants to merge 36 commits intofeature/no-connection-serialfrom
Closed
[ECO-4687]Feature/resume recover#402sacOO7 wants to merge 36 commits intofeature/no-connection-serialfrom
sacOO7 wants to merge 36 commits intofeature/no-connection-serialfrom
Conversation
297b3fa to
631b1f8
Compare
initialize method
Collaborator
|
And, as stated in the linked commit guidance, "the history is the deliverable, not the code". |
Collaborator
lawrence-forooghian
left a comment
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 |
Collaborator
There was a problem hiding this comment.
Why was this changed?
lib/ably/realtime/connection.rb
Outdated
| # 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 |
Collaborator
There was a problem hiding this comment.
this spec point doesn't exist?
2588b9f to
9b25716
Compare
Contributor
Author
|
@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 free
to 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.