- Customer has reported an issue where
refreshed token doesn't contain all channels, causing existing channels to reconnect again.
The current issue is that when Ably hits the token expiry time, it makes multiple token refresh calls. Although the current token has all the necessary capabilities, the server sometimes responds with a token containing only the channel_name provided in the payload. This causes the token to be marked as invalid, which then triggers another refresh cycle to obtain a token with proper capabilities.
┆Issue is synchronized with this Jira Bug by Unito
refreshed tokendoesn't contain all channels, causing existing channels to reconnect again.┆Issue is synchronized with this Jira Bug by Unito