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
if the token is renewable, a single attempt to create a new token should be made and a new connection attempt initiated using the new token. If the token creation fails, the next connection attempt fails due to a token error, or the token was not renewable, the connection will transition to the FAILED state ...
It think it is not correct that the connection fails in the case that the token is renewable; this is also inconsistent with RTN14b.
I think this needs to cover two cases separately:
if the token is not renewable, then the connection transitions to FAILED;
if the token is renewable, then the client immediately attempts to obtain a new token and reconnect; if that attempt fails (either the token renewal fails with a recoverable error, or the connection attempt fails with a token error) then the connection transitions to DISCONNECTED and may retry after the appropriate retry period.
RTN15h says:
It think it is not correct that the connection fails in the case that the token is renewable; this is also inconsistent with RTN14b.
I think this needs to cover two cases separately:
if the token is not renewable, then the connection transitions to
FAILED
;if the token is renewable, then the client immediately attempts to obtain a new token and reconnect; if that attempt fails (either the token renewal fails with a recoverable error, or the connection attempt fails with a token error) then the connection transitions to
DISCONNECTED
and may retry after the appropriate retry period.┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: