microsoft / vscode-azurecache

Azure Cache for Redis is a fully managed, open source–compatible in-memory data store to power fast, scalable applications. Use this extension to view data in your Azure Caches and monitor them at a glance.
https://marketplace.visualstudio.com/items?itemName=ms-azurecache.vscode-azurecache
MIT License
7 stars 8 forks source link

Redis connections not disposed after signing out of Azure account #7

Closed JeffreyCA closed 4 years ago

JeffreyCA commented 4 years ago

When you sign out of your Azure account, existing Redis connections still continue to be alive, pinging away every 60 seconds.

Need a way to listen for sign out events to disconnect those connections. See https://github.com/microsoft/vscode-azuretools/pull/772