fixed #5
This commit is contained in:
parent
9eb352c0fe
commit
914fa8f1e2
|
@ -55,7 +55,7 @@ public class ServerConnectionHandler implements Runnable{
|
|||
}
|
||||
|
||||
public void startReceiving() {
|
||||
System.out.println("Starting Connection Handler for " + userName);
|
||||
System.out.println("Starting Connection Handler for new User");
|
||||
try {
|
||||
System.out.println("Start receiving data...");
|
||||
while (connection.isAvailable()) {
|
||||
|
|
Loading…
Reference in New Issue