开发者

java client and server chat system [closed]

开发者 https://www.devze.com 2023-02-03 15:10 出处:网络
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.

0

精彩评论

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

关注公众号