Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass in loop to PluginManager #126

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

girtsf
Copy link

@girtsf girtsf commented Apr 26, 2018

If loop is passed to MQTTClient, previously it was not passed down
to PluginManager, which could potentially grab a different loop from
asyncio.get_event_loop(), resulting in a separate event loop being
created or wrong one being used. Now the loop argument is passed down
as expected.

If `loop` is passed to `MQTTClient`, previously it was not passed down
to `PluginManager`, which could potentially grab a different loop from
`asyncio.get_event_loop()`, resulting in a separate event loop being
created or wrong one being used. Now the `loop` argument is passed down
as expected.
@coveralls
Copy link

Coverage Status

Coverage remained the same at ?% when pulling af8238e on girtsf:master into 8921c79 on beerfactory:master.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at ?% when pulling af8238e on girtsf:master into 8921c79 on beerfactory:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at ?% when pulling af8238e on girtsf:master into 8921c79 on beerfactory:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants