-
Notifications
You must be signed in to change notification settings - Fork 616
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
When a channel reopens the ordering and metadata must not change #5523
Comments
Can I handle this issue? And I see the link you add with |
@ThanhNhann Thank you for the offer. The issues linked to #3996 are a bit time sensitive, since we want to include the whole feature in the release of v8.1 by the end of the month, so I think it will be better if we manage these internally. Thank you again! |
Why do we want to enforce this? I'd like to allow ordering (and even encoding) to change. |
We agreed that for v8.1 we will implement this and we can find ways to relax the restriction afterwards. |
Given this is a highly requested feature, seems weird to me to disable and then find a way to reenable later when a solution already exists. i'd prefer to change the spec in this case |
closed by #5562 |
Implement this pseudocode from the spec in
OnChanOpenInit
of the controller:The text was updated successfully, but these errors were encountered: