The functions Listen and SendMessage are implemented. Each different message type, ex ping, will have it's own SendMessage function.
Create a messageHandler that switches based on the message type. Ping is updated to use this new message handler instead of being a stand alone function.
The functions Listen and SendMessage are implemented. Each different message type, ex ping, will have it's own SendMessage function. Create a messageHandler that switches based on the message type. Ping is updated to use this new message handler instead of being a stand alone function.