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

Check if Receiver is in active state(not closed or detached) before usage #96

Closed
wants to merge 1 commit into from

Conversation

orzel7
Copy link

@orzel7 orzel7 commented Nov 15, 2021

Changes required to fix: Azure/azure-amqp-common-go#61

@@ -82,6 +82,10 @@ func (r *Receiver) Receive(ctx context.Context) (*Message, error) {
return msg, err
}

if err := r.link.Check(); err != nil {
Copy link
Member

Choose a reason for hiding this comment

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

link.Check is going away, see #95

@jhendrixMSFT
Copy link
Member

Closing as we'll be fixing this in a different way.

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.

Unhandled i/o timeout error leads to infinite busy loop in startResponseRouter() function
2 participants