This project aims to create a program which listens messages from a server and takes actions according to received messages.
These are the steps that program should perform
- Perform a dummy task in a loop until a restart event is received from server
- Upon a restart event
- Stop the loop
- Receive update from the server
- Apply the update
- Kill itself and start updated version of the program
- Go back to step 1