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
Seems like it can also be worked around by spawning a new thread for each http request: https://stackoverflow.com/a/62536772 - not ideal but could be an easy unblocker until better solution implemented
The text was updated successfully, but these errors were encountered:
The library https://github.com/ergoplatform/ergo-node-interface-rust can't be used in async contexts which basically means we can't use it here. It likely needs a total re-write/re-factor to support both sync and async contexts: ergoplatform/ergo-node-interface-rust#19
Options:
openapi-generator
orThe text was updated successfully, but these errors were encountered: