Start Listen Thread
This commit is contained in:
parent
57617e3156
commit
ec37895f80
@ -44,7 +44,8 @@ public class Node {
|
||||
this.name = channel.socket().getLocalSocketAddress().toString();
|
||||
|
||||
udpListen = new UDPListen();
|
||||
thread = new Thread(udpListen);
|
||||
thread = new Thread(udpListen);
|
||||
thread.start();
|
||||
|
||||
LOGGER.log(Level.INFO, "Initialized node {0}", name);
|
||||
} catch (IOException e) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user