@@ -10,6 +10,28 @@ This boxed_msg goes from the Client thread to the Listener thread, then the call
Socket connections must be registered with the message bus, via `bus_register_socket`. This defines whether they should use SSL or not, and binds other protocol-specific data to them. When a socket is disconnected, `bus_release_socket` will free the internal resources.
# Diagrams
A full request/response cycle flowing through the library.

A message going through the message bus, with no errors.

A message going through the message bus, with no reply (a time-out error).

A message going through the message bus, with a hang-up error while sending.