We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
开启自启 start fail 的原因是在网络还未连通之前就直接启动代理了,导致代理失败。
一个可行的方案是: 启动应用不立即启动代理,而是监听网络连通性,如果网络已连通则直接启动,否则监听等待直到网络连通后才启动后端代理服务。
The text was updated successfully, but these errors were encountered:
#16
Sorry, something went wrong.
shiqimei
No branches or pull requests
开启自启 start fail 的原因是在网络还未连通之前就直接启动代理了,导致代理失败。
一个可行的方案是: 启动应用不立即启动代理,而是监听网络连通性,如果网络已连通则直接启动,否则监听等待直到网络连通后才启动后端代理服务。
The text was updated successfully, but these errors were encountered: