Azure / azure-event-hubs-go

Golang client library for Azure Event Hubs https://azure.microsoft.com/services/event-hubs
MIT License
89 stars 69 forks source link

Update to handle use *amqp.DetachError instead of ErrLinkDetached (go-amqp change) #245

Closed richardpark-msft closed 2 years ago

richardpark-msft commented 2 years ago

Updating to the latest go-amqp, which removes the ErrLinkDetached error and replaces it with an amqp.DetachError (which is what it was intended to be).

Also, fixed an (apparently) unrelated unit test that was breaking.

richardpark-msft commented 2 years ago

/azp run Azure.azure-event-hubs-go

azure-pipelines[bot] commented 2 years ago
Azure Pipelines successfully started running 2 pipeline(s).
richardpark-msft commented 2 years ago

/azp run

azure-pipelines[bot] commented 2 years ago
Azure Pipelines successfully started running 2 pipeline(s).