I'm practicing with NIO and trying to make a simple app with client and server sides. This app should just send message in bytes from clien to server and get other message as response. My code is down here. But I have a lot of different issues. I'm practicing with NIO and trying to make a si