Skip to content

Update connector.py#2061

Open
jnmadden7 wants to merge 1 commit intoopsdroid:mainfrom
jnmadden7:issue1990pr
Open

Update connector.py#2061
jnmadden7 wants to merge 1 commit intoopsdroid:mainfrom
jnmadden7:issue1990pr

Conversation

@jnmadden7
Copy link

Description

Fixes #

Status

READY | UNDER DEVELOPMENT | ON HOLD

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Documentation (fix or adds documentation)

How Has This Been Tested?

  • Test A
  • Test B

Checklist:

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation (if applicable)
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@Lichtblitz
Copy link

The web clients are created in the initialization of the connector. That's incorrect because the event loop will not match the one in later phases. Creation of the web clients need to be moved to the connect function. That might already fix the underlying issues.

Copy link
Member

@jacobtomlinson jacobtomlinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you fix up the linting issues?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants