client-cpp icon indicating copy to clipboard operation
client-cpp copied to clipboard

Use tokio runtime to run functions in TransactionClient and Transaction

Open keijack opened this issue 2 years ago • 0 comments

Use tokio runtime to run functions in TransactionClient and Transaction. This avoid some errors which is "tokio::runtime::scheduler::Handle must be called from the context of a Tokio 1.x runtime"

keijack avatar Oct 30 '23 08:10 keijack