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, )