Skip to content

Commit 298d294

Browse files
committed
fix(flow): 撤销并发限制与会话复用改动
1 parent deb8f19 commit 298d294

3 files changed

Lines changed: 101 additions & 389 deletions

File tree

src/main.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,6 @@ async def auto_unban_task():
144144
await auto_unban_task_handle
145145
except asyncio.CancelledError:
146146
pass
147-
# Close shared HTTP session pools
148-
try:
149-
await flow_client.close()
150-
print("✓ Flow client HTTP session closed")
151-
except Exception as e:
152-
print(f"⚠ Flow client close failed: {e}")
153147
# Close browser if initialized
154148
if browser_service:
155149
await browser_service.close()

0 commit comments

Comments
 (0)