如何在套接字中连续监听 instream 或 outstrem

发布于 2024-11-07 16:54:17 字数 204 浏览 2 评论 0原文

我正在使用 TCP 在 android 中制作一个聊天应用程序并实现了套接字。这是有效的,但在接收或发送时仅考虑第一个消息。 例如。客户:嗨 服务器:嗨 服务员:你好吗?

所以在这种情况下 hows u? 在客户端/服务器端无法访问。在这两种情况下,instream 在接收一次后都会关闭。任何人都可以建议可能出现的问题或我如何解决它们吗???

I am making a chat application in android using TCP and has immplemented Sockets. Which is working but in case of receiving or sending only the first msg is considered.
eg. client:hi
server:hi
server:hows u?

so in this case hows u? is not accessible at client / server side. In both cases instream is closed after receiving once. Can any One suggest what could be the issues or how i can solve them???

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

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

发布评论

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

评论(1

三生池水覆流年 2024-11-14 16:54:17

如果它没有持续监听服务器,那么您的代码可能有问题。发布您的代码。

检查这是否符合您的要求。
Android 聊天功能?

If it is not listening for server continuously, then there might be a problem with your code. Post your code.

Check if this fits your requirement.
Android chat functionality?

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