下载 URLStream 对象的文件 (URL) 时网络断开时调度的事件

发布于 2024-07-28 23:50:24 字数 152 浏览 3 评论 0原文

我正在创建一个从服务器下载文件的 AIR 应用程序。 我正在使用带有完整、进度、IOError、安全错误和 HTTP 状态事件的 URLstream 对象。 如果下载过程中网络断开,我不会收到任何事件。 请问谁能告诉我发送了哪个事件?

谢谢, 阿纳哈斯

I am creating an AIR application which downloads file from a server. I am using URLstream object with complete, progress, IOError, security error and HTTP status events. I am not getting an event if the network is disconnected when the download is in progress. Please can anyone tell me which event is dispatched?

Thanks,
Anahas

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

韵柒 2024-08-04 23:50:25

如果网络断开,您应该收到 IOError 事件。 如果您没有收到它,则可能是您没有为该事件添加侦听器,或者您将其添加到了错误的对象上,或者存在框架/Flash bug。

You should get the IOError event in case the network gets disconnected. If you're not getting it, you either didn't add a listener for that event, or you added it on the wrong object, or there's a framework/Flash bug.

疯到世界奔溃 2024-08-04 23:50:25

AIR 还使用一组单独的事件来传达连接状态。 他们可以监控服务、服务器或只是“连接”(我有网络吗)。 监控网络连接

我同意 bug-但很多情况下,在某些时候您应该收到 IOError 但您可能必须等待超时发生。

There is also a separate set of events that AIR uses to communicate connectivity status. They can monitor services, servers or just "connectivity" ( do I have network ). Monitoring network connectivity

I agree with bug-a-lot though, at some point you should get an IOError but you might have to wait for a timeout to occur.

胡渣熟男 2024-08-04 23:50:25

有没有办法改变使用 urlstream 加载时 IOError 的超时?
有时即使网络已断开,我也不会收到该事件,但它不是很确定。

is there way to change the time-out for IOError while loading using urlstream ?
sometimes even though network is disconnected i dont get the event but its not very definitive.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文