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

[Event Hubs] Update all init() operations to take in cancellation token / aborter #4422

Closed
ramya0820 opened this issue Jul 25, 2019 · 1 comment · Fixed by #15094
Closed
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Event Hubs Service Bus
Milestone

Comments

@ramya0820
Copy link
Member

In order to handle scenario where a user cancels an operation while init is in progress, we'll need to gracefully abort the init process and close the connection, so as to not result in zombie connections and hanging of applications.

This issue is to track efforts for updating init() usages across operations (send, receive, etc.) in Event Hubs.

@ramya0820 ramya0820 added Client This issue points to a problem in the data-plane of the library. Event Hubs labels Jul 25, 2019
@ramya0820 ramya0820 self-assigned this Jul 25, 2019
@ramya-rao-a
Copy link
Contributor

This might depend on amqp/rhea-promise#48

@ramya-rao-a ramya-rao-a added this to the Sprint 157 milestone Jul 29, 2019
@ramya0820 ramya0820 removed their assignment Jul 29, 2019
@ramya-rao-a ramya-rao-a removed this from the Sprint 157 milestone Nov 7, 2019
@ramya-rao-a ramya-rao-a added this to the [2020] February milestone Dec 5, 2019
@ramya-rao-a ramya-rao-a modified the milestones: [2020] March, Backlog Feb 11, 2020
@ramya-rao-a ramya-rao-a modified the milestones: Backlog, [2021] March Feb 1, 2021
@chradek chradek modified the milestones: [2021] March, [2021] April Mar 10, 2021
@chradek chradek modified the milestones: [2021] April, [2021] May Apr 6, 2021
@chradek chradek modified the milestones: [2021] May, [2021] June May 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Event Hubs Service Bus
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants