You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2026. It is now read-only.
The Firestore Server SDK can initiate multiple clients if more than 100 requests are active. Especially for users that frequently create and destroy clients, this creates memory leaks as we are unable to close GRPC channels on destruction.
Would it be possible to expose a "close" API to the Node Veneer SDKs?
The Firestore Server SDK can initiate multiple clients if more than 100 requests are active. Especially for users that frequently create and destroy clients, this creates memory leaks as we are unable to close GRPC channels on destruction.
Would it be possible to expose a "close" API to the Node Veneer SDKs?
This would unblock googleapis/nodejs-firestore#779 and googleapis/nodejs-firestore#769
@alexander-fenster @thebrianchen