aws / language-servers

AWS related Language Servers
Apache License 2.0
23 stars 18 forks source link

Instantiate a new chat client on every request #351

Closed makenneth closed 3 months ago

makenneth commented 3 months ago

Problem

This is likely a blocker. Token is getting reused in the same session, which means any reauth won't be propagated to the api calls. New tabs would always have the most up to date token.

client does not need to be destroyed as per the comments in the package

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.