The network engin is working now. Added some new Message types
This commit is contained in:
parent
c0bf13e493
commit
cbd673472f
11 changed files with 184 additions and 106 deletions
|
|
@ -18,6 +18,7 @@ public class EchoWorker extends Worker {
|
|||
}
|
||||
|
||||
// Return to sender
|
||||
System.out.println("Recived Msg: "+dataEvent.data);
|
||||
dataEvent.network.send(dataEvent.socket, dataEvent.data);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue