-
Notifications
You must be signed in to change notification settings - Fork 1
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
bug: complete channel wind-down on failed channel in retry loop #416
Comments
This is exactly same as #405 right 🤔 |
Yes - just splitting it out so we can track it separately :) |
Found one more case where we don't do channel wind down in the first place : ( |
This instance is ok - all the other channels are already wound down above, the only one that won't be is the one that just went into "failed". |
I didn't get what you meant, I don't think we are doing explicit wind down for other channels for mentioned case |
Line 406 does a wind-down of all other channels, then the promise waits for the one-remaining one to re-attach. So if that remaining channel becomes |
Ah, got it. Seems we try to attach only when channel wind down for other channels are completed. |
At the moment, if we attempt to do a channel wind-down and it enters the failed state, we don't wind down the other channels, we need to do this to conform to lifecycle atomicity requirements.
┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: