hashgraph / hedera-sdk-cpp

C++ SDK for Hedera
Apache License 2.0
8 stars 15 forks source link

perf: Removed redundant sleep in Query.cc #658

Closed gsstoykov closed 3 months ago

gsstoykov commented 3 months ago

Description: Removed the thread_sleep in Query.cc. Looks like the reason for this being added is not broken functionality but was a result of local errors.

Related issue(s):

Fixes https://github.com/hashgraph/hedera-sdk-cpp/issues/655

Notes for reviewer:

Checklist