SocketException(系统调用被取消)
我正在开发一个 android 项目,我需要使用 UDP 套接字将 gPhone 与 PC 连接。同样的操作,从 gPhone 向 PC 发送消息,在不同的时间返回不同的结果:有时成功,有时抛出 SocketException(系统调用被取消)。
谁能告诉我什么可能会导致这个SocketException
?
I am working on a android project and I need to connect the gPhone with the PC using UDP socket. The same operation, sending a message to from gPhone to the PC, returns different results in different time: Sometimes succeeded and sometimes throws a SocketException
(The system call was cancelled).
Can anyone tell me what possibly results in this SocketException
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将此添加到您的应用程序的清单中:
Add this to your app's manifest: