Skip to content

ineffectual assignment to cancel#1749

Closed
yu8833 wants to merge 1 commit into
moby:masterfrom
yu8833:devCancel
Closed

ineffectual assignment to cancel#1749
yu8833 wants to merge 1 commit into
moby:masterfrom
yu8833:devCancel

Conversation

@yu8833
Copy link
Copy Markdown

@yu8833 yu8833 commented May 9, 2017

Signed-off-by: yupengzte yu.peng36@zte.com.cn

Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
@fcrisciani
Copy link
Copy Markdown

Hi @YuPengZTE thanks for the patch, but actually that is actually a bug, I'm already addressing it in this patch: #1735

Comment thread agent.go
}

ch, cancel := nDB.Watch(libnetworkEPTable, "", "")
ch, _ := nDB.Watch(libnetworkEPTable, "", "")
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This is actually a bug, that cancel should not be ignored

@yu8833
Copy link
Copy Markdown
Author

yu8833 commented May 10, 2017

Thanks @fcrisciani .

@yu8833 yu8833 closed this May 10, 2017
@yu8833 yu8833 deleted the devCancel branch May 17, 2017 00:51
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