Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Fix hang when closing reciever #188

Merged
merged 1 commit into from
Aug 19, 2020
Merged

Fix hang when closing reciever #188

merged 1 commit into from
Aug 19, 2020

Conversation

jhendrixMSFT
Copy link
Member

The fix in (#187) introduced a hang when closing the receiver.
Don't hold the read lock before calling Receive() as it blocks.
Return a connection closed error.

The fix in (#187) introduced a hang when closing the receiver.
Don't hold the read lock before calling Receive() as it blocks.
Return a connection closed error.
Copy link
Member

@catalinaperalta catalinaperalta left a comment

Choose a reason for hiding this comment

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

LGTM

@jhendrixMSFT jhendrixMSFT merged commit 27d94af into Azure:master Aug 19, 2020
@jhendrixMSFT jhendrixMSFT deleted the receiver_hang branch August 19, 2020 01:15
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.

2 participants