salrashid123 / gcp_tokendistributor

Remote Authorization and TokenDistributor for GCP VMs
Apache License 2.0
6 stars 1 forks source link

Close Firestore to prevent socket leak. #2

Closed daniel-beal closed 3 years ago

daniel-beal commented 3 years ago

I noticed that each time a token client reaches out to the token server it will establish two new sockets to communicate with Firestore but they are never disposed.

salrashid123 commented 3 years ago

thanks! good catch