fixed #49
This commit is contained in:
@@ -123,7 +123,7 @@ public class ClientConnectionHandler extends ConnectionHandler implements Runnab
|
||||
try {
|
||||
System.out.println("Start receiving data...");
|
||||
while (getConnection().isAvailable()) {
|
||||
Message data = (Message) getConnection().receive();
|
||||
Message data = getConnection().receive();
|
||||
processData(data);
|
||||
}
|
||||
System.out.println("Stopped receiving data");
|
||||
|
||||
Reference in New Issue
Block a user