Skip to content
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

url 图片无法发送 #4

Open
rcoplo opened this issue Apr 1, 2023 · 1 comment
Open

url 图片无法发送 #4

rcoplo opened this issue Apr 1, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@rcoplo
Copy link

rcoplo commented Apr 1, 2023

https://github.com/onebot-walle/walle-core/blob/c2c84a2bdbc181c84146bb5df9756240136f2913/src/obc/app_obc/mod.rs#L112
match tokio::time::timeout(std::time::Duration::from_secs(10), rx).await

试了一些小图片 能正常发送
换到国外加载的慢的图片就发送不了了

@abrahum
Copy link
Collaborator

abrahum commented Apr 2, 2023

默认超时 10s,10s 没加载完就超时了,可以将超时设置加入可配置项

@abrahum abrahum self-assigned this Apr 2, 2023
@abrahum abrahum added the enhancement New feature or request label Apr 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants