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

Development: Feature: Reconnect on Channel-Specific Errors #5

Open
Akamaozu opened this issue Dec 4, 2023 · 0 comments
Open

Development: Feature: Reconnect on Channel-Specific Errors #5

Akamaozu opened this issue Dec 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Akamaozu
Copy link
Owner

Akamaozu commented Dec 4, 2023

Auto-Reconnect feature was built before this lib's exchange allowed access to its internal channel.

Since auto-reconnect is not hooked into exchange's channel-specific errors, this creates scenarios where users of this library expect an exchange to reconnect on error, but the library is unable to since auto-reconnect is not aware of an exchange's channel-level events.

Objectives

  • Update Auto-Reconnect to listen for Exchange's channel-level events
  • If Exchange's channel emits an error event, do Auto-Reconnect
@Akamaozu Akamaozu converted this from a draft issue Dec 4, 2023
@Akamaozu Akamaozu added the enhancement New feature or request label Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant