Skip to content

Timeout implementation#72

Merged
A3a3e1 merged 14 commits intomasterfrom
timeout_implementation
Sep 29, 2021
Merged

Timeout implementation#72
A3a3e1 merged 14 commits intomasterfrom
timeout_implementation

Conversation

@FranckTala
Copy link
Copy Markdown
Contributor

Added delay timer property in re-assemble action.

@FranckTala FranckTala assigned A3a3e1 and jhorbulyk and unassigned A3a3e1 Aug 31, 2021
Comment thread CHANGELOG.md Outdated
Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread package.json Outdated
Copy link
Copy Markdown
Contributor

@jhorbulyk jhorbulyk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't review fully but it looks like component.json changes are missing as well as application of style rules.

Comment thread CHANGELOG.md Outdated
Comment thread README.md Outdated
Comment thread lib/actions/reassemble.js Outdated
Comment thread lib/actions/reassemble.js Outdated
Comment thread lib/actions/reassemble.js Outdated
Comment thread lib/actions/reassemble.js Outdated
Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread component.json Outdated
Comment thread component.json Outdated
Comment thread lib/actions/reassemble.js Outdated
Comment thread lib/actions/reassemble.js Outdated
Comment thread lib/actions/reassemble.js Outdated
@jhorbulyk
Copy link
Copy Markdown
Contributor

My biggest question: #72 (comment)
But it does look like there should be changes in package.json that aren't present in this PR.

Comment thread README.md Outdated
Comment thread lib/actions/reassemble.js
Comment thread lib/actions/reassemble.js Outdated
Comment thread lib/actions/reassemble.js Outdated
Comment thread lib/actions/reassemble.js Outdated
Comment thread lib/actions/reassemble.js Outdated
Comment thread lib/actions/reassemble.js
Comment thread lib/actions/reassemble.js Outdated
}

async function processAction(msg, cfg) {
const { mode } = cfg;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const { mode } = cfg;
const { mode = 'groupSize'} = cfg;

One last change: We should default to having the mode be set to group size in order to ensure backwards compatibility.

@A3a3e1 A3a3e1 mentioned this pull request Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants