Skip to content
Snippets Groups Projects
Commit ffd9de0d authored by Lukas Friedrichsen's avatar Lukas Friedrichsen
Browse files

debugging in progress...

parent 24d5dfc2
Branches
No related tags found
No related merge requests found
No preview for this file type
......@@ -205,8 +205,8 @@ class ClientThread implements Runnable {
else {
data[i] = (byte) (buffer%(1<<8));
}
(new Thread(new HandleThread(SERVER_INSTANCE, data))).start();
}
(new Thread(new HandleThread(SERVER_INSTANCE, data))).start();
}
}
catch (Exception e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment