From 7f777266f79a458523990d7f733ca955fa904f3e Mon Sep 17 00:00:00 2001 From: Pablo Date: Sat, 13 Dec 2025 20:19:28 +0100 Subject: [PATCH] fix: fix #1647 support max_queue_size for futures_user_socket --- binance/ws/streams.py | 1 + 1 file changed, 1 insertion(+) diff --git a/binance/ws/streams.py b/binance/ws/streams.py index 4a359251..2810f6b9 100755 --- a/binance/ws/streams.py +++ b/binance/ws/streams.py @@ -121,6 +121,7 @@ def _get_account_socket( is_binary=is_binary, user_timeout=self._user_timeout, https_proxy=self._client.https_proxy, + max_queue_size=self._max_queue_size, **self.ws_kwargs, )