开发者

java client and server chat system [closed]

It's d开发者_Python百科ifficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 10 years ago.

i have little problem when i creating client and server chat system client doesn't read characters i am using bufferedinput stream


My guess is that you are using a BufferedOutputStream or BufferedWriter and you haven't flush()ed the stream so the data is just sitting in the buffer on the sending side.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜