Description
Getting Unclosed client session randomly and seldomly when performing hundreds of requests.
This seems to be the solution for this issue: aio-libs/aiohttp#1175 (comment)
What type of issue is this?
Requirements
Bug Report
Reproducible in:
slackclient version: 2.5.0
python version: 3.8.1
OS version(s): macOS Catalina 10.15.3
Steps to reproduce:
- Perform hundreds (or thousands) of requests towards Slack API with the
WebClient;
- Logs will eventually show up.
Expected result:
No logs.
Actual result:
This is logged to the console:
2016-09-14 18:42:28,511 ERROR asyncio Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7fd2b06469b0>
Attachments:

Description
Getting
Unclosed client sessionrandomly and seldomly when performing hundreds of requests.This seems to be the solution for this issue: aio-libs/aiohttp#1175 (comment)
What type of issue is this?
Requirements
Bug Report
Reproducible in:
slackclient version: 2.5.0
python version: 3.8.1
OS version(s): macOS Catalina 10.15.3
Steps to reproduce:
WebClient;Expected result:
No logs.
Actual result:
This is logged to the console:
Attachments: