WIP: Worked on new server thread class that would create and store multiple THREADS of connections. Researched Authorative server structures.

Fixed the current structure of the server to work with the old StreamReciever style and hook up to the Stream Parser

tags: #story[1047] pair[wmu16, mra106]
This commit is contained in:
William Muir
2017-07-14 17:09:33 +12:00
parent 5b908ec355
commit 77e7db79cc
8 changed files with 244 additions and 161 deletions
-2
View File
@@ -30,8 +30,6 @@ public class App extends Application {
System.exit(0);
});
}
public static void main(String[] args) {