如何在套接字中连续监听 instream 或 outstrem
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果它没有持续监听服务器,那么您的代码可能有问题。发布您的代码。
检查这是否符合您的要求。
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?