TCP read and write from client and server

后端 未结 3 1606
夕颜
夕颜 2021-01-29 13:16

I\'m trying to make a client and server which can read and write info back and forth between each other. I can write from the client and server reads it but not vise versa and I

3条回答
  •  渐次进展
    2021-01-29 13:45

    Only one usage of each socket address (protocol/network address/port) is normally permitted... don't start TcpListener.

提交回复
热议问题