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

fix typo #440

Merged
merged 1 commit into from
Jul 16, 2020
Merged

fix typo #440

merged 1 commit into from
Jul 16, 2020

Conversation

mind1949
Copy link
Contributor

@mind1949 mind1949 commented Mar 9, 2020

No description provided.

@@ -26,7 +26,7 @@ func Example() {
message := []byte("message")
// Attempt to push a message every 2 seconds
for {
time.Sleep(time.Second * 3)
time.Sleep(time.Second * 2)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Hmmm, I guess this is a harmless unrelated change in practice.

@michaelklishin michaelklishin merged commit 3a5c3a9 into streadway:master Jul 16, 2020
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