Expand description
Utilities used throughout testing and implementations that may be of use.
Functionsยง
- collect_
all_ messages - Given a
SplitStreamreceiver, receive messages until timing out and return all messages in aVec<String>. - send_
to_ server - Send a single message to the server, and return the
SplitStreamreceiver created by connecting to the server.