Open donotturnoff opened 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.
Client
sends
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 correctsends
on every path through the code.