You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2023. It is now read-only.
publicsynchronizedvoidnotify(Messagemessage) { //These come from the server to the Client
66
-
System.out.println("Message Received from server, message content is " + message.getContent());
82
+
//System.out.println("Message Received from server, message content is " + message.getContent());
67
83
//TODO: We could have another message parser class instead of a method, here the client will call methods of the view to display the info inside the message (errors, gameboard, etc)
0 commit comments