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

Frequent timeouts do not exist in version 3.0. setConnectionTimeout has no effect. #733

Closed
genicsoft opened this issue Apr 22, 2024 · 4 comments
Labels

Comments

@genicsoft
Copy link

Frequent timeouts do not exist in version 3.0. setConnectionTimeout has no effect.

[103872][E][Audio.cpp:3684] parseHttpResponseHeader(): timeout

@schreibfaul1
Copy link
Owner

This is not suitable for this, this is the parameter for the WiFiClient or WiFiClientSecure when establishing a connection NetworkClient::connect(const char *host, uint16_t port, int32_t timeout_ms)

timeout in parseHttpResponseHeader() means there is no response from the host

@genicsoft
Copy link
Author

这不适合此,这是建立连接时 WiFiClient 或 WiFiClientSecure 的参数NetworkClient::connect(const char *host, uint16_t port, int32_t timeout_ms)

parseHttpResponseHeader() 中的超时表示主机没有响应

i edit auido.cpp on parseHttpResponseHeader function ,2500>5000

I gave it a try. Hope the issue is resolved. I'm paying attention again. Thanks.

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label May 23, 2024
Copy link

github-actions bot commented Jun 6, 2024

This issue was closed because it has been inactive for 14 days since being marked as stale.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants