Skip to content

Commit 0ac6d89

Browse files
authored
fix: fix #1647 support max_queue_size for futures_user_socket (#1649)
1 parent 8e536e6 commit 0ac6d89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

binance/ws/streams.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def _get_account_socket(
121121
is_binary=is_binary,
122122
user_timeout=self._user_timeout,
123123
https_proxy=self._client.https_proxy,
124+
max_queue_size=self._max_queue_size,
124125
**self.ws_kwargs,
125126
)
126127

0 commit comments

Comments
 (0)