-
Notifications
You must be signed in to change notification settings - Fork 851
Closed
Labels
Version: 2xarea:concurrencyIssues and PRs related to concurrencyIssues and PRs related to concurrencybugM-T: A confirmed bug report. Issues are confirmed when the reproduction steps are documentedM-T: A confirmed bug report. Issues are confirmed when the reproduction steps are documentedweb-client
Milestone
Description
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?
- bug
- enhancement (feature request)
- question
- documentation related
- testing related
- discussion
Requirements
- I've read and understood the Contributing guidelines and have done my best effort to follow them.
- I've read and agree to the Code of Conduct.
- I've searched for any related issues and avoided creating a duplicate issue.
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:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Version: 2xarea:concurrencyIssues and PRs related to concurrencyIssues and PRs related to concurrencybugM-T: A confirmed bug report. Issues are confirmed when the reproduction steps are documentedM-T: A confirmed bug report. Issues are confirmed when the reproduction steps are documentedweb-client
