Expand description
Defines the messages sent on the client side of the system.
Modulesยง
- Defines the messages to be sent between actors on the same machine. The reason why there is a difference between these messages and messages sent over TCP is that the channel operators cannot be sent over a network to different machines.
- the message structs that are strictly just for the client (we should aim to completely remove these)