1 。 我们的应用已经上线,不是每次审核都会遇到这个网络问题,但最近更新后出现了更频繁的网络问题。
2 。 我们的日志显示,审核人员似乎可以通过 socket 连接到服务器,但服务器无法再次连接到客户端。
time="2024-11-15T04:00:01+08:00" level=error msg="Error reading next available message: read tcp 172.23.141.234:8080->17.222.114.240:50300: use of closed network connection" time="2024-11-15T04:00:35+08:00" level=error msg="Error reading next available message: read tcp 172.23.141.234:8080->17.222.114.240:50301: use of closed network connection" time="2024-11-15T04:01:05+08:00" level=error msg="Error reading next available message: read tcp 172.23.141.234:8080->17.222.114.240:50302: use of closed network connection" time="2024-11-15T04:01:35+08:00" level=error msg="Error reading next available message: read tcp 172.23.141.234:8080->17.222.114.240:50303: use of closed network connection" 3 。 我们的服务器位于美国,应用也有美国用户,之前从未出现过这个问题,只有在审核过程中才会出现网络问题。
4. 在论坛上我发现有人遇到类似的问题,这个帖子: https://forums.developer.apple.com/forums/thread/692893 。 |
|