|
@@ -9,7 +9,7 @@ import java.net.UnknownHostException;
|
|
|
public class Client {
|
|
public class Client {
|
|
|
public Client(){
|
|
public Client(){
|
|
|
try {
|
|
try {
|
|
|
- Socket client = new Socket("localhost", 5999);
|
|
|
|
|
|
|
+ Socket client = new Socket("localhost", 5499);
|
|
|
Thread test = new Thread(new Runnable() {
|
|
Thread test = new Thread(new Runnable() {
|
|
|
@Override
|
|
@Override
|
|
|
public void run() {
|
|
public void run() {
|