We need to thoroughly test the protocol code. It would be nice to have a couple of (functional) test cases written that just instantiate a protocol (or two), try to get messages going between them, then assert() that the messages were sent and received successfully.
We need to thoroughly test the protocol code. It would be nice to have a couple of (functional) test cases written that just instantiate a protocol (or two), try to get messages going between them, then
assert()that the messages were sent and received successfully.