Skip to content
This repository has been archived by the owner on Jun 28, 2018. It is now read-only.

ok flag is misleading, it's really if channel is closed, so return okFlag #27

Merged
merged 1 commit into from
Feb 4, 2015
Merged

ok flag is misleading, it's really if channel is closed, so return okFlag #27

merged 1 commit into from
Feb 4, 2015

Conversation

ngauthier
Copy link
Contributor

the ok we fixed last time is actually a signal the pipe is closed. This doesn't mean there is necessarily an error, just that work is done. So, when we get this, we should return the current okFlag value, which lets us know if there were errors during execution.

cheers!

mattes added a commit that referenced this pull request Feb 4, 2015
ok flag is misleading, it's really if channel is closed, so return okFlag
@mattes mattes merged commit f12373e into mattes:master Feb 4, 2015
@ngauthier
Copy link
Contributor Author

yay!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants