AsyncSocket延迟发送数据

发布于 2024-09-07 00:25:44 字数 154 浏览 6 评论 0原文

因此,我正在为我的 iPhone 编写一个应用程序,该应用程序通过网络连接到使用 AsyncSocket 运行 java 应用程序的计算机。但是,当我尝试将数据从 iPhone 发送到 java 应用程序时,数据仅在我退出 iPhone 应用程序时打印出来。为什么会发生这种情况以及如何解决它?

So I'm writing an application for my iphone that networks to my computer running a java application using AsyncSocket. But when I try sending data from my iPhone to the java application, the data only prints out when I exit the iPhone application. Why does this happen and how can I fix it?

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

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

发布评论

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

评论(1

德意的啸 2024-09-14 00:25:44

不确定,但听起来您没有将输出刷新到套接字(当应用程序关闭时,它可能会在关闭时被强制刷新)。

Not sure, but it sounds like you are not flushing the output to a socket (it probably gets flushed by force when it closes, when the application closes).

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