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

Ignore nil message #39

Merged
merged 2 commits into from
Sep 29, 2017
Merged

Ignore nil message #39

merged 2 commits into from
Sep 29, 2017

Conversation

db7
Copy link
Collaborator

@db7 db7 commented Sep 29, 2017

No description provided.

@@ -684,21 +685,25 @@ func (g *Processor) process(msg *message, st storage.Storage, wg *sync.WaitGroup
// get stream subcription
codec := g.graph.codec(msg.Topic)
if codec == nil {
wg.Done()
Copy link
Contributor

Choose a reason for hiding this comment

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

missing defer wg.Done() somewhere?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

it's not in ctx.finish()

@db7 db7 merged commit 813e822 into master Sep 29, 2017
@db7 db7 deleted the ignore-nil-message branch September 29, 2017 14:26
This pull request was closed.
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.

3 participants