Expand description
Utilities used throughout testing and implementations that may be of use.
Functionsยง
- collect_
all_ messages - Given a
SplitStream
receiver, 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
SplitStream
receiver created by connecting to the server.