Server not reading client messages

后端 未结 1 1015
[愿得一人]
[愿得一人] 2021-01-29 04:02

I need help in socket programming again. Now I want to write the value of my textfield to my remote server log file in linux after a button is clicked by using the command.

相关标签:
1条回答
  • 2021-01-29 04:53

    The server is reading lines but the client isn't writing lines. Add a line terminator to the message, or use BufferedWriter.newLine().

    0 讨论(0)
提交回复
热议问题