Changed update implementation for employees so rather than sending the whole...
Changed update implementation for employees so rather than sending the whole list of employees when there are staff change, the server sends a message to all active clients to add/remove them locally. Also, changed all exception variable names to 'exception', and cleaned up warnings.
parent
c122553d
No related branches found
No related tags found
Showing
- SchedulerApp/src/main/java/com/example/schedulerapp/ReceiveThread.java 8 additions, 6 deletions...src/main/java/com/example/schedulerapp/ReceiveThread.java
- SchedulerApp/src/main/java/com/example/schedulerapp/Staff.java 26 additions, 16 deletions...ulerApp/src/main/java/com/example/schedulerapp/Staff.java
- SchedulerApp/src/main/java/com/example/schedulerapp/UserThread.java 14 additions, 12 deletions...pp/src/main/java/com/example/schedulerapp/UserThread.java
Loading
Please register or sign in to comment