pub async fn no_retry_test_client(homeserver_url: Option<String>) -> Client
Available on crate feature
testing
only.Expand description
A Client
using the given homeserver_url
(or localhost:1234), that will
never retry any failed requests.