XaBbl4 / pytonconnect

Python SDK for TON Connect 2.0
Apache License 2.0
53 stars 16 forks source link

Unclosed client session after App is closed #14

Open ksrust opened 2 months ago

ksrust commented 2 months ago

reproduce: python3 examples/simple.py error: Waiting 2 minutes to disconnect... Disconnected App is closed Unclosed client session client_session: <aiohttp.client.ClientSession object at 0x721085e91f30>

I integrate the same code in my backend api, after fifty or more '''Unclosed client session''' errors show up, the connector.connect() stops to return generated_urls, it just stucks.

I looked it up, there is no aiohttp code in requirements.txt or httpx. Can you help me with this? Or offer some hints so that I can look into it?

alxkvx commented 2 months ago

same error