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

Attaching a channel when connection is failed should transition to failed state #896

Open
davyskiba opened this issue Jan 12, 2023 · 1 comment
Labels
bug Something isn't working. It's clear that this does need to be fixed.

Comments

@davyskiba
Copy link
Contributor

When the connection enters FAILED state, channels are transitioned to failedstate, as described in the spec.
However, when the connection is already in a FAILED state, a new channel is created in the initialized state and throws an exception on attach attempt but stays in the initialized state instead of transitioning to the failed state

@davyskiba davyskiba added the bug Something isn't working. It's clear that this does need to be fixed. label Jan 12, 2023
@sync-by-unito
Copy link

sync-by-unito bot commented Jan 12, 2023

➤ Automation for Jira commented:

The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3230

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working. It's clear that this does need to be fixed.
Development

No branches or pull requests

1 participant