unicex 0.13.5__py3-none-any.whl → 0.13.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- unicex/_base/websocket.py +15 -8
- {unicex-0.13.5.dist-info → unicex-0.13.6.dist-info}/METADATA +1 -1
- {unicex-0.13.5.dist-info → unicex-0.13.6.dist-info}/RECORD +6 -6
- {unicex-0.13.5.dist-info → unicex-0.13.6.dist-info}/WHEEL +0 -0
- {unicex-0.13.5.dist-info → unicex-0.13.6.dist-info}/licenses/LICENSE +0 -0
- {unicex-0.13.5.dist-info → unicex-0.13.6.dist-info}/top_level.txt +0 -0
unicex/_base/websocket.py
CHANGED
|
@@ -179,18 +179,25 @@ class Websocket:
|
|
|
179
179
|
|
|
180
180
|
async def _after_disconnect(self) -> None:
|
|
181
181
|
"""Вызывается после отключения от вебсокета."""
|
|
182
|
-
|
|
182
|
+
current_task = asyncio.current_task()
|
|
183
|
+
|
|
184
|
+
# Останавливаем воркеров, исключая задачу, которая уже выполняет остановку
|
|
185
|
+
tasks_to_wait: list[asyncio.Task] = []
|
|
183
186
|
for task in self._tasks:
|
|
187
|
+
if task is current_task:
|
|
188
|
+
continue
|
|
189
|
+
|
|
184
190
|
task.cancel()
|
|
191
|
+
tasks_to_wait.append(task)
|
|
185
192
|
|
|
186
193
|
# Дожидаемся завершения задач (в т.ч. воркеров)
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
+
if tasks_to_wait:
|
|
195
|
+
results = await asyncio.gather(*tasks_to_wait, return_exceptions=True)
|
|
196
|
+
for task_result in results:
|
|
197
|
+
if isinstance(task_result, asyncio.CancelledError):
|
|
198
|
+
continue
|
|
199
|
+
if isinstance(task_result, Exception):
|
|
200
|
+
self._logger.warning(f"Worker raised during shutdown: {task_result}")
|
|
194
201
|
|
|
195
202
|
self._tasks.clear()
|
|
196
203
|
|
|
@@ -11,7 +11,7 @@ unicex/_abc/uni_client.py,sha256=ZjxK8aqCGLUUYy1UQTM9EvWn1IXwMkH2Db8sZrs1e_I,137
|
|
|
11
11
|
unicex/_abc/uni_websocket_manager.py,sha256=yYKypPkIe3rKfWBuTsS8rkwIPljpd1588CYDkeTOYqE,9905
|
|
12
12
|
unicex/_base/__init__.py,sha256=0TmevATGnRB3qow6tkCR8dQKNZCWKeib6YQjNJ4a1b0,236
|
|
13
13
|
unicex/_base/client.py,sha256=asIIQLZlRwwmUDvxveSv7aCvth54iiSRJdz19bxGorI,8904
|
|
14
|
-
unicex/_base/websocket.py,sha256=
|
|
14
|
+
unicex/_base/websocket.py,sha256=haSV3dSgkT352n8knpLm_iI4ZlUGWWKFCB3k5Ua2esU,12542
|
|
15
15
|
unicex/binance/__init__.py,sha256=sDk4ZjakRdpFMaMSpOCfqjf6ZPfAS9tlrt4WlDHtDkw,932
|
|
16
16
|
unicex/binance/adapter.py,sha256=JbUFyjnDAFtyuYYrh90YeOvQOZQ6faim0nWS6U0NxXw,8799
|
|
17
17
|
unicex/binance/client.py,sha256=1qPx0uRT4prC6saLBQ55pXDWcWTCKhYEwVIysiihPgU,60984
|
|
@@ -86,8 +86,8 @@ unicex/okx/uni_client.py,sha256=E_Wod0JSGt1K6k1mAIWnOv350pELbv-nic7g1KgOuos,8694
|
|
|
86
86
|
unicex/okx/uni_websocket_manager.py,sha256=b4f_QjA64DJmENQdIGb5IOVc7kvit7KMCdWeCmRbxGY,9326
|
|
87
87
|
unicex/okx/user_websocket.py,sha256=8c9kpm-xVa729pW93OKUGLHaE9MY0uzEpjIgNIFRF80,126
|
|
88
88
|
unicex/okx/websocket_manager.py,sha256=wROXTUDqKzOE-wDnCtXso_MC4SzfPuPols5aPg_Z3y4,26027
|
|
89
|
-
unicex-0.13.
|
|
90
|
-
unicex-0.13.
|
|
91
|
-
unicex-0.13.
|
|
92
|
-
unicex-0.13.
|
|
93
|
-
unicex-0.13.
|
|
89
|
+
unicex-0.13.6.dist-info/licenses/LICENSE,sha256=lNNK4Vqak9cXm6qVJLhbqS7iR_BMj6k7fd7XQ6l1k54,1507
|
|
90
|
+
unicex-0.13.6.dist-info/METADATA,sha256=0ZJmTSp8QjP6ONVvrs7B-q9kITzIUPIZOwxJBwrP3EE,11752
|
|
91
|
+
unicex-0.13.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
92
|
+
unicex-0.13.6.dist-info/top_level.txt,sha256=_7rar-0OENIg4KRy6cgjWiebFYAJhjKEcMggAocGWG4,7
|
|
93
|
+
unicex-0.13.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|