@@ -10,4 +10,3 @@ Since the MessagePackers required are different on each type of machine, we need
The handling on incoming Messages is very similar. Each machine type in the system has a MessageHandlerSet which contains a set of MessageHandlers (one for each type of incoming message). The MessageHandlerSet is given to the ConnectionIncoming when it is created and ConnectionIncoming gives each incoming Message to the appropriate handler (based on Message type) for processing.