pub async fn start_mini_broker_tls(certs: &TestCerts) -> MiniBrokerExpand description
As start_mini_broker, but the broker terminates TLS with certs.
Connect to it with StompPeer::connect_tls or a StompConfig
carrying a [ClientTls].
pub async fn start_mini_broker_tls(certs: &TestCerts) -> MiniBrokerAs start_mini_broker, but the broker terminates TLS with certs.
Connect to it with StompPeer::connect_tls or a StompConfig
carrying a [ClientTls].