Skip to content

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.

2 participants