Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用带有 Retrofit 的 OkHttp3 向本地网络内的服务发送简单的 post 请求。我在不同的项目中使用相同的实现。该方案的唯一区别是它在树莓派 (armv6l) 平台上运行。症状很简单,我调用同步或异步请求没有区别,这些请求的执行延迟大约 30 到 60 秒。我不知道该怎么做并更深入地调查它。Wireshark 也让我完全一样。如果我通过 cURL 调用请求,它会按预期工作。
感谢您为解决此问题提供的所有帮助。