module documentation

Module that defines a transport for RPC connections.

A transport can send to and receive messages from some endpoint.

Exception ConnectionClosedError Connection closed error.
Exception NoMasterError The master cannot be reached.
Exception PermissionError Permission denied while connecting to the master socket.
Exception ProtocolError Denotes an error in the LUXI protocol.
Exception RequestError Error on request.
Exception TimeoutError Operation timeout error.