korilin
korilin
Are there any temporary solutions for the business code? After we upgraded flutter 3.7.12, we found that similar errors were reported online Android users. ``` FlutterError: Unable to load asset:...
When I use `EventListener` to collect network time statistics, I find some connection timeout longer than OkHttpClient setting. callStart(302619159)->proxySelectStart(302619209)->withRequestStart(302619210)->proxySelectEnd(302619210)->dnsStart(302619210)->proxySelectStart(302619221)->withRequestStart(302619221)->proxySelectEnd(302619222)->dnsStart(302619222)->dnsEnd(302619234)->connectStart(302619237)->connectFailed(302639262)->connectStart(302639264)->connectFailed(302647219)->proxySelectStart(302647264)->withRequestStart(302647264)->proxySelectEnd(302647265)->dnsStart(302647265)->proxySelectStart(302647275)->withRequestStart(302647275)->proxySelectEnd(302647275)->dnsStart(302647275)->dnsEnd(302647284)->connectStart(302647285)->connectFailed(304721621)->canceled(304721622)->withRequestEnd(304721622)->callFailed(304721639)->withRequestEnd(304721639) The problem fragment is `connectStart(302647285)->connectFailed(304721621)->canceled(304721622)`. It took 2074336 ms. The data...