nintha / demo-myblog

使用Rust、Actix-web和MongoDB构建简单博客网站
MIT License
52 stars 8 forks source link

跑起来后请求报错了,能看看咋回事吗 #6

Open BastKakrolot opened 7 months ago

BastKakrolot commented 7 months ago
image
BastKakrolot commented 7 months ago

thread 'actix-rt:worker:2' panicked at /Users/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tokio-0.2.25/src/runtime/enter.rs:38:5: Cannot start a runtime from within a runtime. This happens because a function (like block_on) attempted to block the current thread while the thread is being used to drive asynchronous tasks.