Skip to content

Commit

Permalink
Fix #1304 ssl_context is not passed from async web_client to aiohttp …
Browse files Browse the repository at this point in the history
…socket client (#1307)
  • Loading branch information
seratch committed Nov 28, 2022
1 parent f2f3fd6 commit 937bf94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slack_sdk/socket_mode/aiohttp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ async def connect(self):
autoping=False,
heartbeat=self.ping_interval,
proxy=self.proxy,
ssl=self.web_client.ssl,
)
session_id: str = await self.session_id()
self.auto_reconnect_enabled = self.default_auto_reconnect_enabled
Expand Down

0 comments on commit 937bf94

Please sign in to comment.