AsyncSocket延迟发送数据
因此,我正在为我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定,但听起来您没有将输出刷新到套接字(当应用程序关闭时,它可能会在关闭时被强制刷新)。
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).