Skip to content
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

Refactor cluster to use addressable #261

Merged
merged 7 commits into from
Aug 24, 2020
Merged

Conversation

idanilt
Copy link
Contributor

@idanilt idanilt commented Aug 20, 2020

No description provided.

}
switch (e.type) {
case 'INIT':
if (e.from !== e.sender) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

why you need this condition?

Suggested change
if (e.from !== e.sender) {
if (e.from !== e.sender) {

Copy link
Collaborator

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Is it clear why? "why you need this condition?"
@katzIdo

@idanilt idanilt merged commit 341ca90 into develop Aug 24, 2020
@idanilt idanilt mentioned this pull request Aug 29, 2020
3 tasks
@idanilt idanilt mentioned this pull request Aug 11, 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.

2 participants