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

Commits on Aug 19, 2020

  1. Fix hang when closing reciever

    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.
    jhendrixMSFT committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    3632f39 View commit details
    Browse the repository at this point in the history