Azure / azure-amqp-common-go

Azure AMQP abstractions for Golang contains common types and interfaces for use in Service Bus and Event Hubs.
MIT License
12 stars 25 forks source link

Fixing race condition when closing the RPC link #55

Closed richardpark-msft closed 3 years ago

richardpark-msft commented 3 years ago

Fixes a race condition when an RPC link is shut down while still sending requests or handling responses.