From b6804c1b9292f1b20f0d9b62efc1afd2999cd64d Mon Sep 17 00:00:00 2001 From: Lev Vereshchagin Date: Thu, 1 Aug 2024 10:21:35 +0300 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 584122f..fba96a1 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ async with stompman.Client( connect_retry_interval=1, connect_timeout=2, connection_confirmation_timeout=2, + disconnect_confirmation_timeout=2, read_timeout=2, ) as client: ...