flow-hydraulics / flow-wallet-api

Service for custodial wallets on Flow blockchain. This repository is currently not maintained.
https://flow-hydraulics.github.io/flow-wallet-api
Apache License 2.0
47 stars 36 forks source link

Fix leaking goroutines when using Google KMS keys #167

Open nanuuki opened 3 years ago

nanuuki commented 3 years ago

The KeyManagementClients needs to be closed to avoid leaking goroutines;

Currently tests fail when using Google KMS keys (FLOW_WALLET_DEFAULT_KEY_TYPE=google_kms)

nanuuki commented 2 years ago

This would allow closing the client manually; https://github.com/onflow/flow-go-sdk/pull/204