thomaslevesque / CosmosDBStudio

A tool to browse and query Azure Cosmos DB databases
MIT License
54 stars 12 forks source link

After regenerating account key, can't reconnect without restarting the app #47

Closed thomaslevesque closed 3 years ago

thomaslevesque commented 3 years ago

This is because connections are pooled; the connection should be cleared from the pool when the account key is changed.

thomaslevesque commented 3 years ago

Fixed in bc381b19b89755c7bf4e0e3a67a7f2b587e79c80