-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于cargo test #2
Comments
请问你解决了吗? |
这个demo我没有完全运行成功,如果是 thread 'main' panicked at 'there is no reactor running, must be called from the context of a Tokio 1.x runtime', 这个问题,运行程序时 ./vchain-node 的 “./” 别忘了 |
let res = client.post(&tx_url).json(&json!({ "tx_body": tx_message })).send().await?;为什么这一步请求没反应? |
Hello, have the same issue:
How to solve it? |
您好,我在尝试运行vchain-node,vchain-server的时候,会有如下提示
thread 'main' panicked at 'there is no reactor running, must be called from the context of a Tokio 1.x runtime', /home/wulalawu/.cargo/registry/src/mirrors.sjtug.sjtu.edu.cn-7a04d2510079875b/tokio-1.13.0/src/runtime/context.rs:18:26
note: run with
RUST_BACKTRACE=1
environment variable to display a backtracePanic in Arbiter thread.
想请教您该如何解决这些问题.
The text was updated successfully, but these errors were encountered: