I am trying to connect to hedera test net. I followed the docs and created a account and used
hederaClient := hederaSdk.ClientForTestnet()
hederaClient.SetOperator(cfg.Hedera.OperatorID, cfg.Hedera.OperatorKey)
This snippet to try and connect to hedera network. But it throws "ERROR: [transport] Client received GoAway with error code ENHANCE_YOUR_CALM and debug data equal to ASCII "too_many_pings"."
i found out that this is a problem with grpc connection but i am opening only one connection and didn't change any settings in the connection.
my go version is 1.20 and hedera sdk is v2.24.3