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

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

Merged

Conversation

richardpark-msft
Copy link
Member

@richardpark-msft richardpark-msft commented Dec 1, 2021

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.

…d (which is being removed)

- Fixing a unit test that was broken.

NOTE: the 'replace' directives are temporary, but just enough to validate it'll all build and work together.
@richardpark-msft
Copy link
Member Author

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

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@richardpark-msft
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@richardpark-msft richardpark-msft merged commit 73b7c0f into Azure:master Dec 8, 2021
@richardpark-msft richardpark-msft deleted the remove-errlinkdetached branch December 8, 2021 01:06
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.

2 participants