CloudServices plugin should destroy Token instance if provided #7248
Labels
package:cloud-services
type:bug
This issue reports a buggy (incorrect) behavior.
type:performance
This issue reports a performance issue or a possible performance improvement.
📝 Provide detailed reproduction steps (if any)
When
token
instance is created it initiates interval callback to refresh token.The interval must be cleared to prevent (minor) memory leak. The provided
Token#destroy()
is not called after the editor was destroyed.If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: