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
Only one usage of each socket address (protocol/network address/port) is normally permitted... don't start TcpListener.