donotturnoff / aerend

My third year project
0 stars 0 forks source link

Alter `Client` to enforce server response #145

Open donotturnoff opened 2 years ago

donotturnoff commented 2 years ago

It would be nice to write the Client class in such a way that the server must respond to client requests (ideally in the correct way), rather than relying on me to include the correct sends on every path through the code.