This commit is contained in:
nikhilbarar
2018-08-02 02:30:08 +05:30

View File

@ -115,6 +115,7 @@ public class AppClient {
this.serverPort = serverPort;
}
@Override
public void run() {
try (Socket socket = new Socket(InetAddress.getLocalHost(), serverPort)) {
OutputStream outputStream = socket.getOutputStream();