Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix aiohttp SocketModeClient.is_connected AttributeError in detailed …
…logging In a new aiohttp SocketModeClient, when self.current_session is None, calling is_connected and going into the detailed logging section will attempt to access self.current_session.closed and lead to an AttributeError
- Loading branch information