You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RTN11d spec point implemented incorrectly, it states:
(RTN11d) If the state is CLOSED or FAILED, transitions all the channels to INITIALIZED and unsets their RealtimeChannel.errorReason, unsets the Connection.errorReason, clears all connection state (including in particular Connection.recoveryKey), and resets the msgSerial to 0
It doesn't handle "failed" termination state and clears channels instead of reseting. Because of that channels can become orphan and won't receive state changes
RTN11d spec point implemented incorrectly, it states:
Current implementation:
It doesn't handle "failed" termination state and clears channels instead of reseting. Because of that channels can become orphan and won't receive state changes
┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: