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
Is your feature request related to a problem? Please describe.
"The communication client I am using is eager to connect and thus requires an async context. That requires me to create a sync wrapper around the client, that will tries to connect on the first access to it, e.g. get_finalized_it."
Describe the solution you'd like
Make DaService::new an async function
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
"The communication client I am using is eager to connect and thus requires an async context. That requires me to create a sync wrapper around the client, that will tries to connect on the first access to it, e.g. get_finalized_it."
Describe the solution you'd like
Make
DaService::new
an async functionThe text was updated successfully, but these errors were encountered: