Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add context to router.Run() and propagate it to all subscribers #84

Merged
merged 7 commits into from
Jun 1, 2019

Conversation

m110
Copy link
Member

@m110 m110 commented Jun 1, 2019

No description provided.

@@ -310,7 +309,7 @@ func TestRouterNoPublisherHandler(t *testing.T) {
},
)

go r.Run()
go r.Run(context.Background())

Choose a reason for hiding this comment

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

Error return value of r.Run is not checked (from errcheck)

@m110 m110 merged commit d140f0e into master Jun 1, 2019
@roblaszczak roblaszczak deleted the gcloud-timeout branch September 11, 2019 21:26
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants