It's d开发者_Python百科ifficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current for
相关专题:
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.
精彩评论